Skip to content

Commit

Permalink
Merge pull request #67 from natemoo-re/fix-test
Browse files Browse the repository at this point in the history
Chore: Update `script.test.ts`
  • Loading branch information
Adammatthiesen authored Feb 20, 2024
2 parents 81d92ef + a59ac92 commit efc44dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/script.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("script", () => {
meta++;
}
})
expect(meta).toEqual(12);
expect(meta).toEqual(18);
})
it("works with <script> inside script", async () => {
const input = `<script>const a = "<script>"</script>`
Expand Down

0 comments on commit efc44dc

Please sign in to comment.