mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 23:57:11 +00:00
include test_app tests in ci
This commit is contained in:
parent
cd72a66c2b
commit
13ce054823
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user