Skip to content

Commit

Permalink
Fix browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Oct 26, 2023
1 parent 053b771 commit 76ec3db
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions browser_tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions browser_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"devDependencies": {
"puppeteer": "20.2.0",
"ffjavascript": "^0.2.62",
"st": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion browser_tests/test/groth16.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="importmap">
{
"imports": {
"ffjavascript": "../../node_modules/ffjavascript/build/browser.esm.js"
"ffjavascript": "../node_modules/ffjavascript/build/browser.esm.js"
}
}
</script>
Expand Down

0 comments on commit 76ec3db

Please sign in to comment.