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