Skip to content

Commit 3687166

Browse files
committed
fix(snapshots): update error message to reflect concurrentFn.failing in snapshot tests
Signed-off-by: hainenber <[email protected]>
1 parent 580d4b7 commit 3687166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FAIL __tests__/worksWithConcurrentMode.test.js
4646
15 | });
4747
16 |
4848
49-
at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
49+
at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
5050
at Suite.failing (__tests__/worksWithConcurrentMode.test.js:13:17)
5151
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
5252
@@ -80,7 +80,7 @@ FAIL __tests__/worksWithConcurrentOnlyMode.test.js
8080
15 | });
8181
16 |
8282
83-
at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
83+
at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
8484
at Suite.failing (__tests__/worksWithConcurrentOnlyMode.test.js:13:22)
8585
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
8686

0 commit comments

Comments
 (0)