| Current Path : /home/ereika83/public_html/wp-content/plugins/edit-flow/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/edit-flow/jest.config.js |
module.exports = {
testMatch: ["<rootDir>/tests/jest/**/**.test.js"], // finds test
moduleNameMapper: {
"^.+\\.(css|less|scss)$": "babel-jest"
},
globals: {
"EF_CALENDAR": {
"WP_VERSION": 5.4
}
},
preset: '@wordpress/jest-preset-default',
};