const path = require('path'); module.exports = { rootDir: path.resolve(__dirname, '..'), verbose: true, testURL: 'http://localhost/', testEnvironment: 'node', moduleNameMapper: { '^@lib/(.*)$': '/lib/$1', }, testPathIgnorePatterns: ['/node_modules/', '__fixtures__', 'v1'], transform: { '^.+\\.js$': '/jest.transform.js', }, };