diff --git a/package.json b/package.json index a4328d4b..b91cc813 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,8 @@ "tal-page-strategies": "1.1.7" }, "scripts": { - "test": "grunt full --verbose" + "test": "grunt full --verbose", + "test:unit": "grunt jasmine", + "test:lint": "grunt lint" } }