mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] fix formatting
This commit is contained in:
parent
fe7218fefb
commit
cd87d3018e
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue