Files
zulip/web/tests/lib/real_jquery.cjs
Anders Kaseorg 687f1b1651 tests: Rename the Node tests to *.cjs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-13 09:18:56 -08:00

9 lines
157 B
JavaScript

"use strict";
const jquery = require("jquery");
// so the tests can mock jQuery
delete require.cache[require.resolve("jquery")];
module.exports = jquery;