strapi/jest.config.js
2019-04-08 19:03:55 +02:00

14 lines
318 B
JavaScript

module.exports = {
name: 'setup',
displayName: 'Setup',
testMatch: ['**/test/?(*.)+(spec|test).js'],
testPathIgnorePatterns: ['<rootDir>/packages/'],
coveragePathIgnorePatterns: [
'<rootDir>/dist/',
'<rootDir>/node_modules/',
'<rootDir>/out-tsc/',
'<rootDir>/test/',
],
transform: {},
};