node tests: Use zrequire in hashchange.js.

This commit is contained in:
Steve Howell
2017-11-08 08:22:58 -08:00
committed by Tim Abbott
parent b2775506a4
commit 1ba0315aad

View File

@@ -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;