browserstack

This commit is contained in:
Nathan Cahill
2018-11-04 15:28:54 -07:00
parent 977615aa2b
commit 52c593c54e
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"test": "karma start",
"build": "rollup -c && npm run size",
"watch": "rollup -cw",
"size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\""
"size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\"",
"browserstack": "BROWSERSTACK_JSON=test/browserstack.json browserstack-runner; BROWSERSTACK_JSON=test/ie8/browserstack.json browserstack-runner;"
},
"browserslist": [
"Chrome >= 22",

View File

@@ -1,6 +1,6 @@
{
"test_framework": "jasmine2",
"test_path": "test/SpecRunner.html",
"test_path": "SpecRunner.html",
"browsers": [
{
"browser": "chrome",