From 02f071d5c9f55e853a5178f02b8dc58f0c3a103c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Usarz?= Date: Fri, 28 Dec 2018 18:10:34 +0100 Subject: [PATCH] fix(config): add test:unit npm script (#3242) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 61a0ebad0..d25a60ae5 100644 --- a/package.json +++ b/package.json @@ -482,6 +482,7 @@ "scripts": { "lint": "eslint . --ext js --ignore-pattern *.tpl.js", "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix", + "test:unit": "grunt test:unit", "test": "grunt test", "build": "grunt build", "test:appveyor": "grunt test-appveyor",