From 440ec5553e233c3cd951f1b2db73225b960c2fb2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 2 Jun 2020 09:19:39 +0100 Subject: [PATCH] fix unreachable code lint error --- test/unit/js/LatexRunnerTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/js/LatexRunnerTests.js b/test/unit/js/LatexRunnerTests.js index 42e816d..d9aa398 100644 --- a/test/unit/js/LatexRunnerTests.js +++ b/test/unit/js/LatexRunnerTests.js @@ -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 .calledWith( this.project_id,