File tree 1 file changed +1
-2
lines changed
e2e/__tests__/__snapshots__
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FAIL __tests__/ignoredFile.test.js
6
6
7
7
babel-jest: Babel ignores __tests__/ignoredFile.test.js - make sure to include the file in Jest's transformIgnorePatterns as well.
8
8
9
- at loadBabelConfig (../../../packages/babel-jest/build/index.js:157 :13)
9
+ at loadBabelConfig (../../../packages/babel-jest/build/index.js:174 :13)
10
10
` ;
11
11
12
12
exports [` babel-jest instruments only specific files and collects coverage 1` ] = `
@@ -33,7 +33,6 @@ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
33
33
All files | 83.33 | 100 | 50 | 80 | |
34
34
covered.js | 83.33 | 100 | 50 | 80 | 13 |
35
35
------------|----------|----------|----------|----------|-------------------|
36
-
37
36
` ;
38
37
39
38
exports [` transformer-config instruments only specific files and collects coverage 1` ] = `
You can’t perform that action at this time.
0 commit comments