From 4e25bedf1b1046b8653dbe2ea03d93626d6845ee Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Sun, 2 Oct 2022 17:41:37 +0300 Subject: [PATCH] ci: run tests in parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a98b63a..e2ee0f90 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "access": "public" }, "scripts": { - "test": "c8 ava -s", + "test": "c8 ava", "pretest": "xo", "style": "xo", "release": "np"