We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea4dc1 commit 42e4997Copy full SHA for 42e4997
bin/runTests.sh
package.json
@@ -7,7 +7,7 @@
7
"build": "ncc build -m src/main.ts -o dist/main && ncc build -m src/post.ts -o dist/post",
8
"lint": "eslint .",
9
"format": "eslint . --fix",
10
- "test": "bash ./bin/runTests.sh"
+ "test": "node --require ts-node/register --test-reporter spec --test tests/**/*.test.ts"
11
},
12
"engines": {
13
"node": ">= 24.x",
0 commit comments