Skip to content

Commit 0ec2dac

Browse files
feat: remove simple test script and update test commands in package.json
1 parent 78b4853 commit 0ec2dac

File tree

2 files changed

+2
-147
lines changed

2 files changed

+2
-147
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build:clean": "rimraf dist && npm run build",
1616
"dev": "ts-node src/index.ts",
1717
"start": "node dist/index.js",
18-
"test": "node test/simple-test.js",
19-
"test:all": "npm run build && npm run test && npm run example",
18+
"test": "node test/end-to-end-test.js",
19+
"test:all": "npm run build && npm run test",
2020
"lint": "echo \"Linting coming soon...\"",
2121
"example": "node examples/usage.js",
2222
"prepublishOnly": "npm run build:clean"

test/simple-test.js

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

0 commit comments

Comments
 (0)