Browse Source

start getting karma working again

Adam Shaw 3 years ago
parent
commit
dc7bdf986d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/package.json

+ 2 - 1
tests/package.json

@@ -35,7 +35,8 @@
   },
   "scripts": {
     "clean": "workspace-scripts pkg:clean",
-    "build": "workspace-scripts pkg:build --iife-only"
+    "build": "workspace-scripts pkg:build --iife-only",
+    "test": "workspace-scripts test"
   },
   "generatedExports": {
     ".": "./scripts/generate-index.js"