Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Sep 5, 2024
1 parent 9cbd3b5 commit 6d91431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ describe('Utils', () => {
params: {
name: 'James',
},
output: `window.func("setName", "James")`,
output: `window.func("setName", "James");`,
},
// conditional with false including variable
{
Expand Down

0 comments on commit 6d91431

Please sign in to comment.