mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
Fix jest hast map issue with .cache folder in examples
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
9f00438471
commit
4d5177898b
@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'Unit test',
|
||||
testMatch: ['**/packages/**/__tests__/?(*.)+(spec|test).js'],
|
||||
testMatch: ['<rootDir>/packages/**/__tests__/?(*.)+(spec|test).js'],
|
||||
modulePathIgnorePatterns: ['.cache'],
|
||||
transform: {},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user