From 2e099522cfe864d722d881e82fafada57ac8122b Mon Sep 17 00:00:00 2001 From: William Killerud Date: Fri, 15 Nov 2024 12:06:48 +0100 Subject: [PATCH] test: try running tests in sequence for stability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 134f1d2..4e76028 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "scripts": { "clean": "rimraf .tap node_modules types", - "test": "tap --disable-coverage --allow-empty-coverage", + "test": "tap --disable-coverage --allow-empty-coverage --jobs=1", "test:snapshots": "tap test/**/*.js --snapshot", "lint:fix": "eslint --fix .", "lint": "eslint .",