Skip to content

Commit 84bcb63

Browse files
committed
test: add one gl2d mock to export test list
1 parent a3ac96d commit 84bcb63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/image/export_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ var test = require('tape');
1818
var FORMATS = ['svg', 'pdf', 'eps'];
1919

2020
// non-exhaustive list of mocks to test
21-
var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image'];
21+
var DEFAULT_LIST = [
22+
'0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image', 'gl2d_12'
23+
];
2224

2325
// return dimensions [in px]
2426
var WIDTH = 700;

0 commit comments

Comments
 (0)