Run Jest along with other JS tests

This commit is contained in:
Tom Byers
2019-04-16 12:23:28 +01:00
parent 00c1ebf02a
commit 1f948cc0b4

View File

@@ -6,7 +6,7 @@
"node": "10.15.3"
},
"scripts": {
"test": "gulp lint",
"test": "gulp lint && jest tests/javascripts",
"build": "gulp",
"watch": "gulp watch"
},