From 37eaf3ea231552a422c5774f541863fa31610f14 Mon Sep 17 00:00:00 2001 From: weboko Date: Mon, 23 Jan 2023 23:56:21 +0100 Subject: [PATCH] try old command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcff0b9..dfe9682 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test:prettier": "prettier \"src/**/*.ts\" \"./*.json\" \"*.*js\" \".github/**/*.yml\" --list-different", "test:spelling": "cspell \"{*.md,.github/*.md,src/**/*.ts}\"", "test:tsc": "tsc -p tsconfig.dev.json", - "test:unit": "jest", + "test:browser": "jest", "watch:build": "tsc -p tsconfig.json -w", "watch:test": "jest --watch", "reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build"