From 88a9cb15947149251a875a87bd09d7499b980a80 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Wed, 16 Feb 2022 11:44:11 +1300 Subject: [PATCH] Don't use 'watch' in test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc7dbd9..cc8bb89 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dist" ], "scripts": { - "test": "jest --watch --verbose", + "test": "jest --verbose", "build": "babel src -d dist --ignore src/**/*.test.js,**/__tests__/**,src/testing-utils", "pub": "yarn build && yarn publish --access public" },