File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments