From 7d69cbabc6935db7f6682d1dd879356aee11c43a Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 24 Nov 2022 15:03:45 +0100 Subject: [PATCH] fix(test): exit mocha (#1107) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea18d821..1925c0413 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "watch:js": "run-p watch:js:*", "watch:js:webpack": "webpack --watch --mode development --devtool inline-source-map --config ./webpack.config.js", "test": "run-s test:*", - "test:functional": "c8 mocha --timeout 5000 --require ignore-styles \"test/functional/**/*.test.js\"", + "test:functional": "c8 mocha --timeout 5000 --exit --require ignore-styles \"test/functional/**/*.test.js\"", "lint": "run-s lint:*", "lint:standard": "standard -v \"*.js\" \"add-on/src/**/*.js\" \"test/**/*.js\" \"scripts/**/*.js\"", "lint:web-ext": "web-ext lint",