node tests: Make util.js use zjquery.

This commit is contained in:
Joshua Pan 2017-06-03 10:37:07 -07:00 committed by showell
parent 73ea9079b9
commit 9d862ab3d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
global.stub_out_jquery();
set_global('$', global.make_zjquery());
add_dependencies({
util: 'js/util.js',