Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a3dfa73

Browse files
committed
eslint helped
1 parent 7efb427 commit a3dfa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/linter-julia-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('The Julia StaticLint.jl provider for Linter', () => {
2222

2323
// avoid first pass empty messages by linting any files in the environment, then
2424
// waiting for the symbols to build
25-
beforeAll(function (done) {
25+
beforeAll((done) => {
2626
atom.workspace.open(badFile);
2727
setTimeout(done, 15000);
2828
});

0 commit comments

Comments
 (0)