Skip to content

Commit

Permalink
This Fixes script.test.ts, Mozilla.org updated the website being te…
Browse files Browse the repository at this point in the history
…sted from having 12 meta tags to 18. This was verified on 2/18/2024 at 12:55PM PDT
  • Loading branch information
Adammatthiesen committed Feb 18, 2024
1 parent 81d92ef commit a59ac92
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 a59ac92

Please sign in to comment.