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 a82a86f commit e0960d3Copy full SHA for e0960d3
package.json
@@ -38,7 +38,7 @@
38
"request": "^2.88.0"
39
},
40
"scripts": {
41
- "test": "parcel build && mocha --reporter landing",
+ "test": "parcel build && mocha test/index.js --reporter landing",
42
"build": "parcel build",
43
"prepublishOnly": "parcel build"
44
0 commit comments