We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc45471 commit fbb9199Copy full SHA for fbb9199
test/esm.js
@@ -21,6 +21,7 @@ describe('import()', () => {
21
22
expect(Object.keys(Bell)).to.equal([
23
'default',
24
+ ...(process.version.match(/^v(\d+)/)[1] >= 23 ? ['module.exports'] : []),
25
'oauth',
26
'plugin',
27
'providers',
0 commit comments