Skip to content

Commit

Permalink
chore: test on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 10, 2023
1 parent 6df8af1 commit 197c961
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/noirc_abi_wasm/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export default {
browsers: [
playwrightLauncher({ product: "chromium" }),
playwrightLauncher({ product: "webkit" }),
// Firefox requires 40s to perform a Pedersen hash so we recommend using either
// a Chromium- or Webkit-based browser
// playwrightLauncher({ product: "firefox" }),
playwrightLauncher({ product: "firefox" }),
],
plugins: [
esbuildPlugin({
Expand Down

0 comments on commit 197c961

Please sign in to comment.