We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3b35b commit df34eb4Copy full SHA for df34eb4
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"watch": "npm run build -- --watch",
47
"test": "npm run test:node && npm run test:browser && npm run test:typescript && npm run lint",
48
"test:node": "mocha",
49
- "test:browser": "karma start --single-run",
+ "test:browser": "npm run build && karma start --single-run",
50
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.ts",
51
"coverage": "npm run coverage:node && npm run coverage:browser",
52
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
0 commit comments