From cf4ccd26e5bc55386dfb42b74f5fadd721c56d6c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 20 Dec 2020 17:32:26 +0000 Subject: [PATCH] fix(scripts): test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65456c9a..dda603f0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore", "lint:prettier": "prettier . --write --ignore-path .gitignore", "lint:prettier:ci": "prettier . --check --ignore-path .gitignore", - "test": "yarn lint && yarn test-only" + "test": "cross-env NODE_ENV=test yarn lint && yarn jest" }, "jest": { "clearMocks": true,