strapi/jest.config.e2e.js
2019-03-13 00:10:19 +01:00

14 lines
332 B
JavaScript

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