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({ 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;