mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix unreachable code lint error
This commit is contained in:
parent
a3d27b63f1
commit
0de2933812
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ describe('LatexRunner', function() {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
return it('should run the latex command', function() {
|
it('should run the latex command', function() {
|
||||||
return this.CommandRunner.run
|
return this.CommandRunner.run
|
||||||
.calledWith(
|
.calledWith(
|
||||||
this.project_id,
|
this.project_id,
|
||||||
|
|
Loading…
Reference in a new issue