Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit d60c810

Browse files
committed
test(browser): ensure dist files are built for browser testing
1 parent 5897932 commit d60c810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"scripts": {
3131
"test": "npm run-script test-node && npm run-script test-browser",
3232
"test-node": "mocha test/",
33-
"test-browser": "karma start",
33+
"test-browser": "npm run-script build && karma start",
3434
"docs": "jsdoc2md --heading-depth 3 --template etc/README.hbs --plugin dmd-clear --files lib/ext_json.js > README.md",
3535
"coverage": "istanbul cover _mocha -- --recursive -t --ui tdd test/",
3636
"lint": "eslint lib test",

0 commit comments

Comments
 (0)