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" },