Skip to content

Commit df34eb4

Browse files
re-build the bundle before running browser tests
1 parent ad3b35b commit df34eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"watch": "npm run build -- --watch",
4747
"test": "npm run test:node && npm run test:browser && npm run test:typescript && npm run lint",
4848
"test:node": "mocha",
49-
"test:browser": "karma start --single-run",
49+
"test:browser": "npm run build && karma start --single-run",
5050
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.ts",
5151
"coverage": "npm run coverage:node && npm run coverage:browser",
5252
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",

0 commit comments

Comments
 (0)