Skip to content

Commit 4e3c4cb

Browse files
committed
new test-browser
1 parent 702c579 commit 4e3c4cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"build-browser": "webpack --mode=build",
1111
"build-npm": "babel src/index.js --out-file lib/whitelabel.js --source-maps inline",
1212
"sandbox": "node liveserver.js",
13-
"test": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs --ssl-protocol=any test/test.html"
13+
"test": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs --ssl-protocol=any test/test.html",
14+
"test-browser": "open test/test.html"
1415
},
1516
"dependencies": {
1617
"axios": "^0.15.2",

0 commit comments

Comments
 (0)