strapi/jest.base-config.js
2022-03-15 15:56:03 +07:00

7 lines
187 B
JavaScript

module.exports = {
rootDir: __dirname,
setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'],
modulePathIgnorePatterns: ['.cache'],
testMatch: ['/**/__tests__/**/*.[jt]s?(x)'],
};