Skip to content

Commit ef9e8c9

Browse files
fix commented-out requires in test
1 parent 6982ec1 commit ef9e8c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ const path = require('path')
33
const fs = require('fs-extra')
44
const { UserStore } = require('@solid/oidc-auth-manager')
55
const UserAccount = require('../../lib/models/user-account')
6-
// const SolidAuthOIDC = require('@solid/solid-auth-oidc')
6+
const SolidAuthOIDC = require('@solid/solid-auth-oidc')
77

8-
// const fetch = require('node-fetch')
9-
// const localStorage = require('localstorage-memory')
8+
const fetch = require('node-fetch')
9+
const localStorage = require('localstorage-memory')
1010
const URL = require('whatwg-url').URL
1111
global.URL = URL
1212
global.URLSearchParams = require('whatwg-url').URLSearchParams

0 commit comments

Comments
 (0)