mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
These are tricky because `module.exports` is used by nodejs files as a global, which is OK. But we don't want to allow `module` in JS tests for qunit without importing it first.