Skip to content

Commit 8828380

Browse files
committed
tasks: update comment in export test
1 parent ad7d882 commit 8828380

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/image/export_test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ var request = require('request');
99
var test = require('tape');
1010

1111
// image formats to test
12+
//
1213
// N.B. 'png' is tested in `npm run test-image, no need to duplicate here
13-
// TODO figure why 'jpeg' and 'webp' lead to errors
14+
//
15+
// N.B. 'jpeg' and 'webp' lead to errors because of the image server code
16+
// is looking for Plotly.Color which isn't exposed anymore
1417
var FORMATS = ['svg', 'pdf', 'eps'];
1518

1619
// non-exhaustive list of mocks to test

0 commit comments

Comments
 (0)