strapi/jest.config.js
Alexandre Bodin 4d5177898b Fix jest hast map issue with .cache folder in examples
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-01 17:37:05 +02:00

7 lines
171 B
JavaScript

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