Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Dec 29, 2024
1 parent 65e1753 commit 884c2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/snapshots/transform.test.js.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exports[`should not polyfill using Symbol.Dispose 1`] = `
"using r = 0\\n;\\n"
"using r = 0;\\n"
`;

exports[`should not polyfill using Symbol.asyncDispose 1`] = `
"await using r = 0\\n"
"await using r = 0;\\n"
`;

exports[`should not transform TypeScript class decorators with multiple decorators 1`] = `
Expand Down

0 comments on commit 884c2c9

Please sign in to comment.