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

Commit 1c26408

Browse files
committed
import of beforeAll was missing
1 parent a3dfa73 commit 1c26408

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
@@ -3,7 +3,7 @@
33
import * as path from 'path';
44
import {
55
// eslint-disable-next-line no-unused-vars
6-
it, fit, wait, beforeEach, afterEach,
6+
it, fit, wait, beforeEach, afterEach, beforeAll,
77
} from 'jasmine-fix';
88

99
const { lint } = require('../lib/index.js').provideLinter();

0 commit comments

Comments
 (0)