mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Prevent .cache folders to impact the unit tests
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
This commit is contained in:
parent
e55ea1d6b5
commit
0c950a9d2f
@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'Unit test',
|
||||
testMatch: ['**/packages/**/__tests__/?(*.)+(spec|test).js'],
|
||||
modulePathIgnorePatterns: ['.cache'],
|
||||
transform: {},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user