Skip to content

Commit 32e473c

Browse files
author
CI Fix
committed
return to CJS utils.js
1 parent ec340b2 commit 32e473c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-esm/utils.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const OIDCProvider = OIDCModule.Provider
1818
import supertest from 'supertest'
1919

2020
// 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'
21+
const ldnode = require('../index.js') // or import as needed
22+
// import ldnode from '../index.mjs'
2323

2424
const TEST_HOSTS = ['nic.localhost', 'tim.localhost', 'nicola.localhost']
2525

0 commit comments

Comments
 (0)