We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b4853 commit 0ec2dacCopy full SHA for 0ec2dac
package.json
@@ -15,8 +15,8 @@
15
"build:clean": "rimraf dist && npm run build",
16
"dev": "ts-node src/index.ts",
17
"start": "node dist/index.js",
18
- "test": "node test/simple-test.js",
19
- "test:all": "npm run build && npm run test && npm run example",
+ "test": "node test/end-to-end-test.js",
+ "test:all": "npm run build && npm run test",
20
"lint": "echo \"Linting coming soon...\"",
21
"example": "node examples/usage.js",
22
"prepublishOnly": "npm run build:clean"
test/simple-test.js
0 commit comments