Skip to content

Commit

Permalink
32129139: Make test scripts clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Apr 3, 2024
1 parent db325dd commit 041ac70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: xvfb-run yarn run test
- run: xvfb-run yarn run test:run
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
},
"scripts": {
"lint": "eslint --max-warnings 0 --format unix --report-unused-disable-directives .",
"test": "jasmine-browser-runner runSpecs --config=jasmine-browser.json"
"test:run": "jasmine-browser-runner runSpecs --config=jasmine-browser.json",
"test:serve": "jasmine-browser-runner serve --config=jasmine-browser.json --port=8881"
},
"devDependencies": {
"@foretagsplatsen/eslint-plugin": "^6.0.0",
Expand Down

0 comments on commit 041ac70

Please sign in to comment.