mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
node tests: Auto-include zblueslip for node tests.
We already use blueslip stubs in ~45 tests, so we may as well just auto-include it.
This commit is contained in:
@@ -9,8 +9,6 @@ set_global('Element', function () {
|
||||
return { };
|
||||
});
|
||||
|
||||
set_global('blueslip', global.make_zblueslip());
|
||||
|
||||
// We only need very simple jQuery wrappers for when the
|
||||
// "real" code wraps html or sets up click handlers.
|
||||
// We'll simulate most other objects ourselves.
|
||||
|
||||
Reference in New Issue
Block a user