Skip to content

Commit

Permalink
test: fix node22 snapshots (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Oct 24, 2024
1 parent 6f162b4 commit 70a3ce4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Generated by [AVA](https://avajs.dev).
at Test.run (file:///node_modules/.pnpm/[email protected][email protected]/node_modules/ava/lib/test.js:534:33)␊
at Runner.runSingle (file:///node_modules/.pnpm/[email protected][email protected]/node_modules/ava/lib/runner.js:281:33)␊
at Runner.runTest (file:///node_modules/.pnpm/[email protected][email protected]/node_modules/ava/lib/runner.js:363:30)␊
at processTicksAndRejections (node:internal/process/task_queues:95:5)␊
at async Promise.all (index 0)␊
at file:///node_modules/.pnpm/[email protected][email protected]/node_modules/ava/lib/runner.js:528:21␊
at Runner.start (file:///node_modules/.pnpm/[email protected][email protected]/node_modules/ava/lib/runner.js:536:15)`
Binary file not shown.
1 change: 1 addition & 0 deletions packages/integrate/__tests__/sourcemaps/sourcemaps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test('should work with sourcemaps', (t) => {
new Error().stack
?.split('\n')
.map((l) => l.replace(projectRoot, ''))
.filter((n) => !n.includes('node:internal'))
.join('\n'),
)
})

0 comments on commit 70a3ce4

Please sign in to comment.