Skip to content

Commit

Permalink
Fix runtime error for wc (#3443)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Sep 22, 2023
1 parent 437807c commit e1dd965
Show file tree
Hide file tree
Showing 9 changed files with 957 additions and 1,348 deletions.
2 changes: 1 addition & 1 deletion client-frameworks-support/testing-utilities/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

test/cypress/screenshots/**/*
# compiled output
/dist
/tmp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
e2e: {
testIsolation: false,
experimentalSourceRewriting: true,
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down
Loading

0 comments on commit e1dd965

Please sign in to comment.