Skip to content

Commit 0110138

Browse files
committed
run all tests with yarn test
1 parent ce040ac commit 0110138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"scripts": {
2121
"docs": "esdoc",
22-
"test": "yarn test:unit",
22+
"test": "yarn mocha --recursive ./test",
2323
"test:unit": "mocha --recursive ./test/unit",
2424
"test:int": "NOCK_BACK_MODE=record mocha --recursive ./test/integration --timeout 10000",
2525
"test:int:wild": "NOCK_BACK_MODE=wild mocha --recursive ./test/integration --timeout 10000",

0 commit comments

Comments
 (0)