From abfdbb41e2fdcf9725d643bb6c4d5819921e57cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Somhairle=20MacLe=C3=B2id?= Date: Tue, 29 Aug 2023 17:13:59 +0100 Subject: [PATCH] Enable additional tests (#3778) Co-authored-by: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dfe2231a547..215d70f2465c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postinstall": "patch-package", "prettify": "prettier . --write --ignore-unknown", "test": "turbo test", - "test:ci": "turbo test:ci --filter=!local-mode-tests --filter=!no-bundle-import --concurrency=1", + "test:ci": "turbo test:ci --filter=!local-mode-tests --concurrency=1", "test:watch": "turbo test:watch", "type:tests": "turbo type:tests" },