Skip to content

Commit 88fd895

Browse files
committed
chore: fix linter
1 parent bd94aba commit 88fd895

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/testActiveDirectoryAuth.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ const proxyquire = require('proxyquire');
44
const expect = chai.expect;
55

66
describe('ActiveDirectory auth method', () => {
7-
let ldapStub, dbStub, passportStub, strategyCallback;
7+
let ldapStub;
8+
let dbStub;
9+
let passportStub;
10+
let strategyCallback;
811

912
const newConfig = JSON.stringify({
1013
authentication: [

0 commit comments

Comments
 (0)