From 3ce88d7c17c6a2f3c4edd1476aa2abecb9ab8570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 25 Nov 2014 15:07:46 -0800 Subject: [PATCH] Use jest for `npm test` I've given in and this is easier than `npm run jest`. `grunt test` still exists and is used by Travis so this has no CI implications. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3caf1930241fd..aa2c466f42d56 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "version": 4 }, "scripts": { - "test": "./node_modules/.bin/grunt test", + "test": "jest", "jest": "jest" }, "jest": {