Skip to content

Commit 184f3f7

Browse files
committed
[CARE-3589] Drop test:ts script
It is now covered with tests being TS in the first place (thanks to vitest)
1 parent 4892aa1 commit 184f3f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
"start": "npm run build --incremental --watch",
6464
"lint": "eslint ./src --ext=.ts",
6565
"lint:fix": "npm run lint -- --fix",
66-
"test": "npm run test:build && npm run test:ts && npm run test:unit",
66+
"test": "npm run test:build && npm run test:unit",
6767
"test:unit": "vitest run",
68-
"test:ts": "find src/ -name '*.test.ts' | xargs -I{} tsc --noEmit --strict {}",
6968
"test:build": "node dist/index.js && tsc --noEmit dist/index.d.ts",
7069
"prettier:check": "prettier --check './src/**/*.{ts,js}'",
7170
"prettier:fix": "prettier --write './src/**/*.{ts,js}'",

0 commit comments

Comments
 (0)