Skip to content

Commit

Permalink
[dev] fix test suite so it's not so flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 1, 2024
1 parent 5ac3128 commit 36cc731
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"format": "virmator format",
"lint": "virmator lint fix",
"publish": "virmator publish npm run test:all",
"test": "mono-vir for-each npm run test",
"test:all": "npm run compile && npm test && concurrently --colors --kill-others-on-fail -c auto --names spelling,format,docs,deps,lint,build \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\" \"npm run build\"",
"test": "mono-vir for-each-async npm run test",
"test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names tests,spelling,format,docs,deps,lint,build \"npm test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\" \"npm run build\"",
"test:deps": "virmator deps check",
"test:docs": "virmator docs check",
"test:format": "virmator format check",
Expand Down

0 comments on commit 36cc731

Please sign in to comment.