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