From 4b692da01d49c0e4a8463d6146424c1d54c11b8e Mon Sep 17 00:00:00 2001 From: Lipis Date: Fri, 17 Jan 2020 20:34:26 +0200 Subject: [PATCH] Test only the app.. lint is separate (#426) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f40f3af5f8..a23986f3d1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "start": "react-scripts start", "test:app": "react-scripts test --env=jsdom --passWithNoTests", "test:code": "npm run prettier -- --list-different", - "test": "npm run test:code && npm run test:app" + "test": "npm run test:app" }, "browserslist": [ ">0.2%",