From 104cc12ce83cd20503937460d306e933a7421aba Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Fri, 6 Oct 2017 09:50:47 -0400 Subject: [PATCH] Add integration tests back to the default test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c16938f83..708548e41 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start": "npm run i18n:msgs && webpack-dev-server", "unit-test": "jest test/unit", "integration-test": "jest --runInBand test/integration", - "test": "npm run lint && npm run unit-test && npm run build", + "test": "npm run lint && npm run unit-test && npm run build && npm run integration-test", "watch": "webpack --progress --colors --watch" }, "author": "Massachusetts Institute of Technology", -- GitLab