include test_app tests in ci

This commit is contained in:
Iuri Matias 2017-10-21 08:13:28 -04:00
parent 13ce054823
commit 3b4e5f5b30
2 changed files with 2 additions and 3 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 && cd test_app/ && ../bin/embark test"
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test"
},
"bin": {
"embark": "./bin/embark"

View File

@ -12,7 +12,6 @@
"devDependencies": {},
"dependencies": {
"embark-babel": "^1.0.0",
"embark-service": "./extensions/embark-service",
"ethereumjs-testrpc": "^3.9.2"
"embark-service": "./extensions/embark-service"
}
}