Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0a9bb2

Browse files
committed
test: add layout_image mock to list of mock to test export
- it seems like a solid candidate to test export with.
1 parent 7107c07 commit a0a9bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/export_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var test = require('tape');
1414
var FORMATS = ['svg', 'pdf', 'eps'];
1515

1616
// non-exhaustive list of mocks to test
17-
var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export'];
17+
var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image'];
1818

1919
// minimum satisfactory file size
2020
var MIN_SIZE = 100;

0 commit comments

Comments
 (0)