qunitjs / qunit

🔮 An easy-to-use JavaScript unit testing framework.
https://qunitjs.com
MIT License
4.02k stars 783 forks source link

Drop support for node < 18? #1727

Closed NullVoxPopuli closed 1 month ago

NullVoxPopuli commented 9 months ago

This would allow qunit to be ESM-only, if it wanted to. but also, a bunch of the tools in use right now could be upgraded.

Krinkle commented 9 months ago

Yep, sounds good to me. I don't know about distributing ESM-only just yet, but definitely yes to Node 18+, and offering a native ESM export.