Skip to content

Commit

Permalink
chore: fix .ts stackrace test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 31, 2022
1 parent 4c657ba commit 61fa18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/stacktraces/test/__snapshots__/runner.test.ts.snap
@@ -1,11 +1,11 @@
// Vitest Snapshot v1

exports[`stacktraces should respect sourcemaps > add.test.ts > add.test.ts 1`] = `
" ❯ add.test.ts:12:23
" ❯ add.test.ts:12:24
10|
11| it('add', () => {
12| expect(add(a.count)).toBe(100)
| ^
| ^
13| expect(add(1)).toBe(1)
14| return expect(add(1, 2, 3)).toBe(6)
"
Expand Down

0 comments on commit 61fa18a

Please sign in to comment.