mirror of
https://github.com/strapi/strapi.git
synced 2025-07-12 19:41:10 +00:00
14 lines
293 B
JavaScript
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: {},
|
|
};
|