add browser quick test command

This commit is contained in:
Rene
2021-05-13 23:34:17 +02:00
parent e96c5d96ae
commit 95d3ccc0cf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@
"test": "yarn workspaces run test",
"test:jsdom": "yarn workspaces run test:jsdom",
"test:browser": "yarn workspaces run test:browser",
"test:browser:quick": "yarn workspaces run test:browser:quick",
"test:browser-dev": "yarn workspaces run test:browser-dev",
"build": "yarn workspaces run build",
"lint": "npx eslint --fix ."