[misc] fix formatting

This commit is contained in:
Jakob Ackermann
2020-07-03 11:47:53 +01:00
parent 47d1196dde
commit 53cc80fc7f

View File

@@ -235,7 +235,7 @@ describe('Example Documents', function() {
) === 'failure' ) === 'failure'
) { ) {
console.log('DEBUG: error', error, 'body', JSON.stringify(body)) console.log('DEBUG: error', error, 'body', JSON.stringify(body))
return done(new Error("Compile failed")) return done(new Error('Compile failed'))
} }
const pdf = Client.getOutputFile(body, 'pdf') const pdf = Client.getOutputFile(body, 'pdf')
return downloadAndComparePdf( return downloadAndComparePdf(
@@ -264,7 +264,7 @@ describe('Example Documents', function() {
) === 'failure' ) === 'failure'
) { ) {
console.log('DEBUG: error', error, 'body', JSON.stringify(body)) console.log('DEBUG: error', error, 'body', JSON.stringify(body))
return done(new Error("Compile failed")) return done(new Error('Compile failed'))
} }
const pdf = Client.getOutputFile(body, 'pdf') const pdf = Client.getOutputFile(body, 'pdf')
return downloadAndComparePdf( return downloadAndComparePdf(