From 1f948cc0b4d9e7a61798864d377197efc3f3b207 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 16 Apr 2019 12:23:28 +0100 Subject: [PATCH] Run Jest along with other JS tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a00485f38..6bdb4fd42 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": "10.15.3" }, "scripts": { - "test": "gulp lint", + "test": "gulp lint && jest tests/javascripts", "build": "gulp", "watch": "gulp watch" },