chore: add linter to tests

This commit is contained in:
Jakub P.
2024-07-18 12:39:04 +02:00
parent 27610c002c
commit 0a1461231b
22 changed files with 66 additions and 33 deletions

View File

@@ -7,7 +7,8 @@
"scripts": {
"start-mock-license-server": "node ./license-server-with-mock.js",
"test": "playwright test",
"test:fast": "yarn test -j 90% --quiet --reporter null --ignore-snapshots -x"
"test:fast": "yarn test -j 90% --quiet --reporter null --ignore-snapshots -x",
"lint": "eslint ."
},
"contributors": [
{