We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa58aa commit e1bd29aCopy full SHA for e1bd29a
1 file changed
test/esm-exports.spec.ts
@@ -28,7 +28,7 @@ describe('ESM Exports Tests', () => {
28
29
it('should re-export getData from ESM index.js', () => {
30
const indexContent = fs.readFileSync(esmIndexPath, 'utf-8');
31
- expect(indexContent).toContain("export * from './lib/request'");
+ expect(indexContent).toContain("export * from './lib/request.js'");
32
});
33
34
it('should verify getData is a named export in ESM build', () => {
0 commit comments