feat: use vitest instead of jest for more speed

This commit is contained in:
iCrawl
2022-06-05 01:07:10 +02:00
parent dfadcbc2fd
commit 8d8e6c03de
42 changed files with 627 additions and 866 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"test": "turbo run test && vitest run",
"lint": "turbo run lint",
"format": "turbo run format",
"fmt": "turbo run format",
@@ -41,10 +41,13 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-angular": "^17.0.0",
"@favware/npm-deprecate": "^1.0.4",
"c8": "^7.11.3",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"prettier": "^2.6.2",
"turbo": "^1.2.16"
"turbo": "^1.2.16",
"vitest": "^0.13.1"
},
"engines": {
"node": ">=16.9.0"