From 7a4a8a45818e626a7f04e4953866975c03f93bee Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 6 Aug 2022 21:29:36 +0200 Subject: [PATCH] run all tests at once --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cdfa85e..399afdc5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Port of tidalcycles to javascript", "scripts": { - "test": "npm run test --workspaces --if-present && cd repl && npm run test", + "test": "vitest run && cd repl && npm run test", "bootstrap": "lerna bootstrap", "setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i", "snapshot": "cd repl && npm run snapshot",