mirror of https://github.com/embarklabs/embark.git
include test_app tests in ci
This commit is contained in:
parent
cd72a66c2b
commit
13ce054823
|
@ -3,7 +3,7 @@
|
|||
"version": "2.6.0",
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
"scripts": {
|
||||
"test": "grunt jshint && mocha test/ --no-timeouts"
|
||||
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && ../bin/embark test"
|
||||
},
|
||||
"bin": {
|
||||
"embark": "./bin/embark"
|
||||
|
|
Loading…
Reference in New Issue