Jest <rootDit>
This commit is contained in:
parent
1e23b84126
commit
5083399a86
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"verbose": true,
|
||||
"testPathIgnorePatterns": ["/build/", "/example/"],
|
||||
"collectCoverageFrom": ["src/**/*.js"]
|
||||
"testPathIgnorePatterns": ["<rootDir>/build", "<rootDir>/example"],
|
||||
"collectCoverageFrom": ["<rootDir>/src/**/*.js"]
|
||||
}
|
Loading…
Reference in New Issue