diff --git a/app/assets/javascripts/discourse/tests/helpers/qunit-helpers.js b/app/assets/javascripts/discourse/tests/helpers/qunit-helpers.js index dbb3660f975..3957c35a167 100644 --- a/app/assets/javascripts/discourse/tests/helpers/qunit-helpers.js +++ b/app/assets/javascripts/discourse/tests/helpers/qunit-helpers.js @@ -268,10 +268,10 @@ function cleanupCssGeneratorTags() { } export function discourseModule(name, options) { - // deprecated( - // `${name}: \`discourseModule\` is deprecated. Use QUnit's \`module\` instead.`, - // { since: "2.6.0" } - // ); + deprecated( + `${name}: \`discourseModule\` is deprecated. Use QUnit's \`module\` instead.`, + { id: "discourse.discourse-module", since: "3.4.0.beta3-dev" } + ); if (typeof options === "function") { module(name, function (hooks) {