Skip to content

Commit 13ce054

Browse files
committed
include test_app tests in ci
1 parent cd72a66 commit 13ce054

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
@@ -3,7 +3,7 @@
33
"version": "2.6.0",
44
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
55
"scripts": {
6-
"test": "grunt jshint && mocha test/ --no-timeouts"
6+
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && ../bin/embark test"
77
},
88
"bin": {
99
"embark": "./bin/embark"

0 commit comments

Comments
 (0)