Skip to content

Commit 7812730

Browse files
committed
add test-bundle script + use it in CircleCI
1 parent 2a51e73 commit 7812730

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ test:
2121
override:
2222
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' mytestbed)" -- bash -c "cd /var/www/streambed/image_server/plotly.js && node test/image/compare_pixels_test.js"
2323
- npm run citest-jasmine
24+
- npm run test-bundle
2425
- npm run test-syntax

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"citest-jasmine": "karma start test/jasmine/karma.ciconf.js",
3333
"test-image": "./tasks/test_image.sh",
3434
"test-syntax": "node test/syntax_test.js",
35+
"test-bundle": "node tasks/test_bundle.js",
3536
"test": "npm run test-jasmine && npm test-image",
3637
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3738
"start-image_viewer": "node devtools/image_viewer/server.js",

0 commit comments

Comments
 (0)