From 3b4b8d94d52224743d4ab9e2fdd77d346cf35ad5 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 17 Jun 2017 11:08:30 +0200 Subject: [PATCH] Add ui test to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfc10eec4..7aadaf8d1 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "server" ], "scripts": { - "test": "npm run lint && mocha ./test/functional --reporter=spec --full-trace", + "test": "npm run lint && npm run test:ui:update && mocha ./test/functional --reporter=spec --full-trace", "test:coverage": "nyc mocha -R spec ./test/functional ./test/unit", "test:ui": "NODE_ENV=test jest", "test:ui:update": "NODE_ENV=test jest -u",