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

View File

@ -3,7 +3,7 @@
"version": "2.6.0", "version": "2.6.0",
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": { "scripts": {
"test": "grunt jshint && mocha test/ --no-timeouts" "test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && ../bin/embark test"
}, },
"bin": { "bin": {
"embark": "./bin/embark" "embark": "./bin/embark"