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
52 stars 20 forks source link

test: skip static-import on v22 #80

Closed RafaelGSS closed 1 month ago

RafaelGSS commented 1 month 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 1 month ago

Does this not just need fixing for v22?

RafaelGSS commented 1 month 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.