We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 265ca7d + e1bd29a commit da2caf5Copy full SHA for da2caf5
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