Repository URL to install this package:
|
Version:
2.0.2 ▾
|
@doodle/gatsby-plugin-advanced-sitemap
/
jest.config.js
|
|---|
// jest.config.js
module.exports = {
transform: {
'^.+\\.jsx?$': `<rootDir>/jest-transformer.js`,
},
testPathIgnorePatterns: [`node_modules`, `.cache`, `static`],
transformIgnorePatterns: [`node_modules/(?!(gatsby)/)`],
globals: {
__PATH_PREFIX__: ``,
},
setupFilesAfterEnv: ['./jest.setup.js']
}