We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec340b2 commit 32e473cCopy full SHA for 32e473c
test-esm/utils.mjs
@@ -18,8 +18,8 @@ const OIDCProvider = OIDCModule.Provider
18
import supertest from 'supertest'
19
20
// Import the main ldnode module (may need adjustment based on your ESM exports)
21
-// const ldnode = require('../index.js') // or import as needed
22
-import ldnode from '../index.mjs'
+const ldnode = require('../index.js') // or import as needed
+// import ldnode from '../index.mjs'
23
24
const TEST_HOSTS = ['nic.localhost', 'tim.localhost', 'nicola.localhost']
25
0 commit comments