Skip to content

Commit

Permalink
chore: don't test on webkit
Browse files Browse the repository at this point in the history
GitHub actions doesn't support testing on webkit by default,
and it isn't worth investing the time now to investigate how
so just disable WebKit tests instead.

See #43
  • Loading branch information
enmand committed Apr 8, 2024
1 parent 578ca51 commit 66f7823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/dwn-rs-wasm/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default {
browsers: [
playwrightLauncher({ product: "chromium" }),
playwrightLauncher({ product: "firefox" }),
playwrightLauncher({ product: "webkit" }),
],
nodeResolve: true,
testFramework: "mocha",
Expand Down

0 comments on commit 66f7823

Please sign in to comment.