Skip to content

Commit

Permalink
fix(testing): fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 18, 2024
1 parent 0f097ed commit d92dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"release:minor": "npm run release -- minor",
"release:major": "npm run release -- major",
"test": "run-s test:*",
"test:lint": "eslint src tests",
"test:lint": "eslint .",
"test:e2e": "run-s test:e2e:*",
"test:e2e:standard": "npx wdio run tests/wdio.conf.ts",
"test:e2e:multiremote": "npx wdio run tests/wdio.multiremote.conf.ts",
Expand Down

0 comments on commit d92dffd

Please sign in to comment.