node tests: Use zrequire in common.js.

This commit is contained in:
Steve Howell 2017-11-08 11:28:46 -08:00 committed by Tim Abbott
parent adb02b37ce
commit bf0ed5915c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var common = require("js/common.js");
zrequire('common');
set_global('$', global.make_zjquery());