Skip to content

Commit 762127a

Browse files
author
Hans Kristian Flaatten
committed
fix(test): remove missing unit test directory from test command
Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent 2963acf commit 762127a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "supervisor -w index.js,apps,lib -e js index.js",
88
"grunt": "grunt",
99
"lint": "eslint test/ lib/ apps/ index.js",
10-
"test": "mocha -r test/support/env -R tap -b --check-leaks test/unit test/acceptance/",
11-
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/unit test/acceptance/"
10+
"test": "mocha -r test/support/env -R tap -b --check-leaks test/acceptance/",
11+
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)