We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070941e commit f5e471cCopy full SHA for f5e471c
tasks/noci_test.sh
@@ -22,18 +22,6 @@ test_jasmine () {
22
npm run test-jasmine -- --tags=noCI,noCIdep --nowatch || EXIT_STATE=$?
23
}
24
25
-# having problem creating baselines for 2 mapbox mocks using kaleido
26
-# we must use orca
27
-test_image () {
28
- $root/../orca/bin/orca.js graph \
29
- $root/test/image/mocks/mapbox_osm-style.json \
30
- $root/test/image/mocks/mapbox_density0-legend.json \
31
- --mathjax $root/node_modules/mathjax-v2/MathJax.js \
32
- --plotly $root/build/plotly.js \
33
- --output-dir $root/test/image/baselines/ \
34
- --verbose || EXIT_STATE=$?
35
-}
36
-
37
case $1 in
38
jasmine)
39
test_jasmine
0 commit comments