mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
add todo
This commit is contained in:
parent
2fc0b75ac3
commit
9e66140d67
@ -5,6 +5,7 @@ module.exports = {
|
||||
setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'],
|
||||
modulePathIgnorePatterns: ['.cache', 'dist'],
|
||||
testPathIgnorePatterns: ['.testdata.js', '.test.utils.js'],
|
||||
// TODO: testMatch should only include files with (test|spec) even within __tests__ so that utilities can be included and ignored there
|
||||
testMatch: ['/**/__tests__/**/*.[jt]s?(x)'],
|
||||
// Use `jest-watch-typeahead` version 0.6.5. Newest version 1.0.0 does not support jest@26
|
||||
// Reference: https://github.com/jest-community/jest-watch-typeahead/releases/tag/v1.0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user