Skip to content

Commit 31f8e58

Browse files
committed
update with correct snapshot
1 parent 9e0cfae commit 31f8e58

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

integration_tests/__tests__/__snapshots__/stack_trace.test.js.snap

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,18 @@ exports[`works with custom matchers 1`] = `
7474
7575
qux
7676
77+
44 | const bar = () => baz();
78+
45 | const baz = () => {
79+
> 46 | throw Error('qux');
80+
47 | };
81+
48 |
7782
49 | expect(() => {
78-
50 | foo();
79-
> 51 | }).toCustomMatch('test');
80-
52 | });
81-
53 | });
82-
54 |
8383
84+
at __tests__/custom_matcher.test.js:46:13
85+
at __tests__/custom_matcher.test.js:44:23
86+
at __tests__/custom_matcher.test.js:43:23
87+
at __tests__/custom_matcher.test.js:50:7
88+
at __tests__/custom_matcher.test.js:11:18
8489
at __tests__/custom_matcher.test.js:51:8
8590
8691
"

0 commit comments

Comments
 (0)