include test_app tests in ci

This commit is contained in:
Iuri Matias 2017-10-21 08:07:51 -04:00
parent cd72a66c2b
commit 13ce054823
1 changed files with 1 additions and 1 deletions

View File

@ -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"