Skip to content

Commit 308f76c

Browse files
committed
update test command + move ts-mockito for... some... reason?
1 parent 4a46679 commit 308f76c

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
"compile": "cross-env NODE_ENV=0 npm run build",
626626
"package": "cross-env NODE_ENV=1 npm run build",
627627
"lint": "eslint --fix",
628-
"test": "npm-run-all -p test:*",
628+
"test": "npm-run-all -p test:* --continue-on-error",
629629
"prepare": "husky",
630630
"types": "npm-run-all -p build:*:tsc",
631631
"types:watch": "npm-run-all -p watch:*:tsc",
@@ -669,9 +669,9 @@
669669
"eslint-plugin-unicorn": "^60.0.0",
670670
"glob": "^11.0.3",
671671
"husky": "^9.1.7",
672-
"ts-mockito": "^2.6.1",
673672
"npm-run-all": "^4.1.5",
674673
"ts-loader": "^9.5.2",
674+
"ts-mockito": "^2.6.1",
675675
"typescript": "^5.8.2",
676676
"typescript-eslint": "^8.26.0"
677677
},

0 commit comments

Comments
 (0)