Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 6, 2024
1 parent 875793a commit c73690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/viteUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe(createTagsForManifestEntry, () => {

expect(assetsForFooter.length).toEqual(1)
expect(assetsForFooter).toEqual([
'<script type="module" src="BASE/assets/owid.mjs"></script>',
'<script type="module" src="BASE/assets/owid.mjs" data-attach-owid-error-handler="true"></script>',
])
})
})

0 comments on commit c73690f

Please sign in to comment.