Skip to content

Commit

Permalink
test: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed May 28, 2024
1 parent 5abd0b3 commit ed1ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/02.sourcemap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("SourceMap v3 support", () => {
let stack = ''
try {
// Additional spaces are intentional. column in on the `new` statement.
throw new Error('Stack trace should show line 20, column 21.')
throw new Error('Stack trace should show line 19, column 21.')
}
catch(e) {
stack = (e as Error).stack ?? ''
Expand Down

0 comments on commit ed1ace6

Please sign in to comment.