Skip to content

Commit 90440b5

Browse files
committed
update snapshot
1 parent bd59b77 commit 90440b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/__tests__/__snapshots__/transform.test.ts.snap

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FAIL __tests__/ignoredFile.test.js
66
77
babel-jest: Babel ignores __tests__/ignoredFile.test.js - make sure to include the file in Jest's transformIgnorePatterns as well.
88
9-
at loadBabelConfig (../../../packages/babel-jest/build/index.js:157:13)
9+
at loadBabelConfig (../../../packages/babel-jest/build/index.js:174:13)
1010
`;
1111

1212
exports[`babel-jest instruments only specific files and collects coverage 1`] = `
@@ -33,7 +33,6 @@ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
3333
All files | 83.33 | 100 | 50 | 80 | |
3434
covered.js | 83.33 | 100 | 50 | 80 | 13 |
3535
------------|----------|----------|----------|----------|-------------------|
36-
3736
`;
3837

3938
exports[`transformer-config instruments only specific files and collects coverage 1`] = `

0 commit comments

Comments
 (0)