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({
|
zrequire('people');
|
||||||
hash_util: 'js/hash_util.js',
|
zrequire('hash_util');
|
||||||
people: 'js/people.js',
|
zrequire('hashchange');
|
||||||
});
|
|
||||||
|
|
||||||
var hashchange = require('js/hashchange.js');
|
|
||||||
|
|
||||||
|
|
||||||
(function test_operators_round_trip() {
|
(function test_operators_round_trip() {
|
||||||
var operators;
|
var operators;
|
||||||
|
|||||||
Reference in New Issue
Block a user