nodejs / import-in-the-middle

Like `require-in-the-middle`, but for ESM import
https://www.npmjs.com/package/import-in-the-middle
Apache License 2.0
72 stars 27 forks source link

test: skip static-import on v22 #80

Closed RafaelGSS closed 6 months ago

RafaelGSS commented 6 months ago

This test is making this module fail on v22 CITGM. This should give time to us to improve this test scenario for v23 >=.

Refs: https://github.com/nodejs/citgm/issues/1060

timfish commented 6 months ago

Does this not just need fixing for v22?

RafaelGSS commented 6 months ago

Does this not just need fixing for v22?

Possibly, yes. I just made this naive "solution" to unblock this module to run in the Node.js CITGM between releases.