From c6c69c8bbefc03f5accbb8fa94f706453ab56b9e Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 14 Aug 2023 19:49:19 +0200 Subject: [PATCH] Run tests in parallel --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70923b5..cfde8fe 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,10 @@ "./package.json": "./package.json" }, "scripts": { - "unit": "uvu . '\\.test\\.js$'", - "test": "pnpm unit && eslint . && ./test/integration.js" + "test:unit": "uvu . '\\.test\\.js$'", + "test:lint": "eslint .", + "test:integration": "node test/integration.js", + "test": "pnpm run /^test:/" }, "funding": [ {