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