mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:25:57 +00:00
fix: jest ignore father-build
This commit is contained in:
parent
b6cb185380
commit
970f20016d
@ -8,4 +8,7 @@ module.exports = {
|
||||
// '**/__tests__/**/*.[jt]s?(x)',
|
||||
'**/?(*.)+(spec|test).[jt]s?(x)'
|
||||
],
|
||||
modulePathIgnorePatterns: [
|
||||
"<rootDir>/packages/father-build/"
|
||||
],
|
||||
};
|
Loading…
Reference in New Issue
Block a user