strapi/jest.config.e2e.js
Convly 008dba0ac4 Add e2e tests for RF
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-12-02 15:48:01 +01:00

15 lines
384 B
JavaScript

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