strapi/jest.config.e2e.js
Alexandre Bodin 3bca612ac1 Refactor tests and add codecov
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-16 14:06:03 +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: {},
};