We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94aba commit 88fd895Copy full SHA for 88fd895
1 file changed
test/testActiveDirectoryAuth.test.js
@@ -4,7 +4,10 @@ const proxyquire = require('proxyquire');
4
const expect = chai.expect;
5
6
describe('ActiveDirectory auth method', () => {
7
- let ldapStub, dbStub, passportStub, strategyCallback;
+ let ldapStub;
8
+ let dbStub;
9
+ let passportStub;
10
+ let strategyCallback;
11
12
const newConfig = JSON.stringify({
13
authentication: [
0 commit comments