mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 08:16:40 +01:00
browserstack
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"test_framework": "jasmine2",
|
||||
"test_path": "test/SpecRunner.html",
|
||||
"test_path": "SpecRunner.html",
|
||||
"browsers": [
|
||||
{
|
||||
"browser": "chrome",
|
||||
|
||||
Reference in New Issue
Block a user