Skip to content

Commit

Permalink
fix js tests on local
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame committed Sep 10, 2024
1 parent c041718 commit 9e8ef89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:js": "wp-scripts lint-js",
"lint:style": "wp-scripts lint-style",
"format": "wp-scripts format",
"test": "jest --config=jest.config.js",
"test": "jest --config=jest.config.cjs",
"test:e2e:build": "wp-scripts build src/content/utils/dom.js --output-path=tests/e2e/build",
"test:e2e": "npx playwright test tests/e2e/index.spec.js",
"web-ext": "web-ext",
Expand Down

0 comments on commit 9e8ef89

Please sign in to comment.