We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467b631 commit 4927afbCopy full SHA for 4927afb
test/image/export_test.js
@@ -14,7 +14,7 @@ var test = require('tape');
14
var FORMATS = ['svg', 'pdf', 'eps'];
15
16
// non-exhaustive list of mocks to test
17
-var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export'];
+var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image'];
18
19
// minimum satisfactory file size
20
var MIN_SIZE = 100;
0 commit comments