From 274c153e8981d88dc8aa7d6150e5184cc0b7c8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harouna=20Traor=C3=A9?= Date: Wed, 4 Sep 2024 17:35:24 +0200 Subject: [PATCH] run two separate suite for remove --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cc000c6..8800fa4f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "stylelint": "stylelint ui/**/*.{scss,vue}", "lint": "npm run eslint && npm run stylelint", "mocha": "mocha", - "test": "npm run lint && npm run mocha --ignore=test/import-page.js && npm run mocha test/import-page.js" + "test": "npm run lint && mocha --ignore=test/import-page.js && mocha test/import-page.js" }, "repository": { "type": "git",