strapi/jest.config.e2e.js
Alexandre Bodin 9eca5aa14e Fix typo
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-16 16:50:43 +01:00

13 lines
285 B
JavaScript

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