From c61f4d5f2c7bb3d85ac56cc15fbfd8af53ffd4f3 Mon Sep 17 00:00:00 2001 From: Guillaume Cusnieux Date: Thu, 7 Apr 2022 11:02:35 +0200 Subject: [PATCH] chore: fix tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d1ef0bd..e3541cd0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "release": "semantic-release", "serve": "yarn docs && start-storybook -p 6006 --ci -s assets --modern", "serve:prod": "yarn build && static -a 0.0.0.0 -p 8080 storybook-static --modern", - "test": "jest", + "test": "NODE_OPTIONS=--unhandled-rejections=warn jest", "test:coverage": "yarn test --collect-coverage", "test:watch": "yarn test --watchAll" },