Thanks to visit codestin.com Credit goes to github.com
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 db381fd commit 592484dCopy full SHA for 592484d
test/image/export_test.js
@@ -70,7 +70,7 @@ function runInBatch(mockList) {
70
// exported by (only) checking the file size of the generated images.
71
function testExport(mockName, format, t) {
72
var requestOpts = getRequestOpts({ mockName: mockName, format: format }),
73
- imagePaths = getImagePaths(mockName),
+ imagePaths = getImagePaths(mockName, format),
74
saveImageStream = fs.createWriteStream(imagePaths.test);
75
76
function checkExport(err) {
0 commit comments