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