sindresorhus / import-fresh

Import a module while bypassing the cache
MIT License
284 stars 25 forks source link

import-fresh@3.3.0 fails for npm run test #28

Open sumerasum opened 4 months ago

sumerasum commented 4 months ago

Hi, I am trying to run the test for import-fresh@3.3.0 package but it is failing with following error

[24 06:15:23.418] | 
[24 06:15:23.418] | > import-fresh@3.3.0 test
[24 06:15:23.419] | > xo && ava && tsd
[24 06:15:23.419] | 
[24 06:15:25.558] | 
[24 06:15:25.559] | heapdump.js:6:10
[24 06:15:25.559] | ✖  6:10  Unexpected use of file extension "js" for "./fixture.js"  import/extensions
[24 06:15:25.559] | 
[24 06:15:25.559] | 1 error

Please help me to resolve this issue and have npm run test completed successfully.

TEST COMMAND: npm run test NODE_VERSION: 16.20.2

sumerasum commented 3 months ago

Hi Team, can you please suggest a lead to proceed