Skip to content

Commit 3b4e5f5

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 && cd test_app/ && ../bin/embark test"
6+
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test"
77
},
88
"bin": {
99
"embark": "./bin/embark"

test_app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"devDependencies": {},
1313
"dependencies": {
1414
"embark-babel": "^1.0.0",
15-
"embark-service": "./extensions/embark-service",
16-
"ethereumjs-testrpc": "^3.9.2"
15+
"embark-service": "./extensions/embark-service"
1716
}
1817
}

0 commit comments

Comments
 (0)