fix: jest ignore father-build

This commit is contained in:
chenos 2020-12-02 13:23:09 +08:00
parent b6cb185380
commit 970f20016d

View File

@ -8,4 +8,7 @@ module.exports = {
// '**/__tests__/**/*.[jt]s?(x)',
'**/?(*.)+(spec|test).[jt]s?(x)'
],
modulePathIgnorePatterns: [
"<rootDir>/packages/father-build/"
],
};