From 493f06e6ba0623667b4717f6953079366a4bef7e Mon Sep 17 00:00:00 2001 From: Giovanni Giordano Date: Fri, 3 Jan 2020 21:59:36 +0100 Subject: [PATCH] Add --passWithNoTests to test script This is mandatory to pass the step currently, because we don't have tests. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6652567b..1d71f708 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test --env=jsdom", + "test": "react-scripts test --env=jsdom --passWithNoTests", "eject": "react-scripts eject" }, "browserslist": [