qunitjs / qunit

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

Drop AMD #1732

Closed NullVoxPopuli closed 11 months ago

NullVoxPopuli commented 11 months ago

Drops AMD emitting, https://github.com/qunitjs/qunit/issues/1729

AMD is not a format that survived the module-format wars (we have only ESM and CJS as authoring formats now, and anyone using AMD complies either ESM or CJS to AMD)

Krinkle commented 11 months ago

Can you target this to next instead?

NullVoxPopuli commented 11 months ago

oops, done!