strapi/jest.config.e2e.js
2019-05-13 14:00:12 +02:00

14 lines
293 B
JavaScript

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