mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 12:00:31 +00:00
fix fake test
This commit is contained in:
parent
0b797bed5a
commit
93597b2626
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ const config: Config = {
|
|||
'^src/(.*)$': '<rootDir>/src/$1',
|
||||
},
|
||||
|
||||
testPathIgnorePatterns: [
|
||||
"/node_modules/", // Хорошо иметь это явно, хотя Jest часто делает это по умолчанию
|
||||
"/__tests__/fakes/" // Исключаем папку fakes внутри __tests__
|
||||
],
|
||||
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue