From 1d5e95a3b1f353b7c53734ba3a833943a319a3eb Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 2 Dec 2021 13:37:20 +0100 Subject: [PATCH] Remove "yarn jest" from Next.js repo scripts --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c3156bb03db49..8cad1a62ba9bc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "dev": "lerna run dev --stream --parallel", "dev2": "while true; do yarn --check-files && yarn dev; done", "test-types": "yarn tsc", - "test": "yarn jest", "test-unit": "yarn jest test/unit/", "testonly": "yarn jest --runInBand", "testheadless": "cross-env HEADLESS=true yarn testonly",