From 13ce054823469f7380083de29e2c72fca23667bc Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 21 Oct 2017 08:07:51 -0400 Subject: [PATCH] include test_app tests in ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c51cfcf9..b4d9f2ae 100644 --- a/package.json +++ b/package.json @@ -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"