From 6bc5186f58d566f0fd6e837e0f09501c01e52552 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Fri, 13 May 2022 14:49:38 +0200 Subject: [PATCH] run sequentially the unit test in codemirror (#10692) Signed-off-by: Augustin Husson --- web/ui/module/codemirror-promql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/module/codemirror-promql/package.json b/web/ui/module/codemirror-promql/package.json index fc9837f9de..9e66f4d759 100644 --- a/web/ui/module/codemirror-promql/package.json +++ b/web/ui/module/codemirror-promql/package.json @@ -8,7 +8,7 @@ "scripts": { "build": "npm run build:lib", "build:lib": "bash ./build.sh", - "test": "NODE_OPTIONS=--experimental-vm-modules jest", + "test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand", "lint": "eslint src/ --ext .ts", "lint:fix": "eslint --fix src/ --ext .ts" },