Skip to content
Merged
Prev Previous commit
Next Next commit
test: update snapshot
  • Loading branch information
hi-ogawa committed Feb 25, 2025
commit 2bd5534086df556da2a8a2f440fc6e9f952cbef0
11 changes: 11 additions & 0 deletions test/cli/test/__snapshots__/stacktraces.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@ exports[`stacktraces should respect sourcemaps > error-in-deps.test.js 1`] = `
"
`;

exports[`stacktraces should respect sourcemaps > error-in-package.test.js 1`] = `
" ❯ error-in-package.test.js:5:12
3|
4| test('error in package', () => {
5| testStack()
| ^
6| })
7|
"
`;

exports[`stacktraces should respect sourcemaps > error-with-stack.test.js 1`] = `
" ❯ d error-with-stack.test.js:20:9
18|
Expand Down