From 6d4367bf186e98708cae7d26edf990367a2f39cd Mon Sep 17 00:00:00 2001 From: Viraj Trivedi Date: Sun, 17 Feb 2019 11:18:42 +0530 Subject: [PATCH] test: added --notify flag to jest command in `npm test` Added --notify, so that it runs all tests, even if some tests fails. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7be05bb..b2a0386 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ } }, "scripts": { - "test": "jest --env=jsdom", + "test": "jest --env=jsdom --notify", "semantic-release": "semantic-release", "codecov": "codecov" },