mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
node tests: Use zrequire in hashchange.js.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
add_dependencies({
|
||||
hash_util: 'js/hash_util.js',
|
||||
people: 'js/people.js',
|
||||
});
|
||||
|
||||
var hashchange = require('js/hashchange.js');
|
||||
|
||||
zrequire('people');
|
||||
zrequire('hash_util');
|
||||
zrequire('hashchange');
|
||||
|
||||
(function test_operators_round_trip() {
|
||||
var operators;
|
||||
|
||||
Reference in New Issue
Block a user