Skip to content

Commit

Permalink
update test hack
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 3, 2023
1 parent 680fe57 commit 1a1d089
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/browser-test.js
Expand Up @@ -12,7 +12,13 @@ async function runTests() {
await page.goto("file:///");

await page.addScriptTag({
content: script.replace("export { sign, verify };", ""),
content: script.replace(
`export {
sign,
verify
};`,
""
),
});

const [signature, verified] = await page.evaluate(async function () {
Expand Down

0 comments on commit 1a1d089

Please sign in to comment.