strapi/jest.config.js
Convly 0c950a9d2f Prevent .cache folders to impact the unit tests
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-01 17:49:51 +02:00

7 lines
171 B
JavaScript

module.exports = {
name: 'Unit test',
testMatch: ['<rootDir>/packages/**/__tests__/?(*.)+(spec|test).js'],
modulePathIgnorePatterns: ['.cache'],
transform: {},
};