From 7fd2c16cb1e66fca488a90db9a90a9c832e532e3 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Thu, 2 May 2019 22:09:22 +0200 Subject: Allow no frontend tests --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/package.json b/frontend/package.json index 79e1576e..31113835 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", - "test:oneshot": "cross-env CI=true react-scripts test --env=jsdom", + "test:oneshot": "cross-env CI=true react-scripts test --env=jsdom --passWithNoTests", "eject": "react-scripts eject", "prettier": "prettier-eslint --print-width 120 --write '{src,__{tests,mocks}__}/**/*.js'", "flow": "flow" -- cgit