mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Prettier fixes
This commit is contained in:
parent
6974fd640d
commit
35d050a49c
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ describe('S3PersistorManagerTests', function() {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
;[403, 404].forEach(statusCode =>
|
;[403, 404].forEach(statusCode =>
|
||||||
it(`should throw NotFoundError when S3 responds with ${statusCode}`, function(done) {
|
it(`should throw NotFoundError when S3 responds with ${statusCode}`, function(done) {
|
||||||
const error = new Error()
|
const error = new Error()
|
||||||
|
|
Loading…
Reference in a new issue