fix unreachable code lint error
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user