Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Mar 7, 2024
1 parent 5b17739 commit 25290ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {};
module.exports = {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:clean-tree": "npm run build && sh scripts/check-for-changes.sh",
"test:passwords": "PASSWORD_STRESS_TEST=true jest generate.test.js",
"test:unit": "jest",
"test:integration": "npm run build && npm run copy-assets && playwright test",
"test:integration": "npm run build && playwright test",
"test:integration:fast": "playwright test --timeout 10000 --workers 8",
"test:integration:showui": "npm run test:integration -- --headed",
"test:integration:fast:showui": "npm run test:integration:fast -- --headed",
Expand Down

0 comments on commit 25290ca

Please sign in to comment.