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 ce040ac commit 0110138Copy full SHA for 0110138
package.json
@@ -19,7 +19,7 @@
19
"license": "MIT",
20
"scripts": {
21
"docs": "esdoc",
22
- "test": "yarn test:unit",
+ "test": "yarn mocha --recursive ./test",
23
"test:unit": "mocha --recursive ./test/unit",
24
"test:int": "NOCK_BACK_MODE=record mocha --recursive ./test/integration --timeout 10000",
25
"test:int:wild": "NOCK_BACK_MODE=wild mocha --recursive ./test/integration --timeout 10000",
0 commit comments