Skip to content

Commit 42e4997

Browse files
authored
Remove hacky script (#509)
1 parent 5ea4dc1 commit 42e4997

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

bin/runTests.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "ncc build -m src/main.ts -o dist/main && ncc build -m src/post.ts -o dist/post",
88
"lint": "eslint .",
99
"format": "eslint . --fix",
10-
"test": "bash ./bin/runTests.sh"
10+
"test": "node --require ts-node/register --test-reporter spec --test tests/**/*.test.ts"
1111
},
1212
"engines": {
1313
"node": ">= 24.x",

0 commit comments

Comments
 (0)