From 274e9f3e4204e0a6288cb682283e02a55cfa68da Mon Sep 17 00:00:00 2001 From: Stefan Sechelmann Date: Thu, 15 Mar 2018 13:57:26 +0100 Subject: [PATCH] add test:tdd script to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cab612a29..57d97e3e8 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "upgrade": "yarn-upgrade-all", "lint": "standard", "test": "yarn lint && jest", + "test:tdd": "yarn lint && jest --watch", "jison": "node -r babel-register node_modules/.bin/gulp jison", "prepublishOnly": "yarn build && yarn release && yarn test", "prepush": "yarn test"