node tests: Just set i18n every time.

Explicitly stubbing i18n in 48 different files
is mostly busy work at this point, and it doesn't
provide much signal, since often it's invoked
only to satisfy transitive dependencies.
This commit is contained in:
Steve Howell
2020-02-27 15:56:28 +00:00
committed by Tim Abbott
parent 588fa9d150
commit b994889315
50 changed files with 4 additions and 52 deletions

View File

@@ -1,4 +1,3 @@
set_global('i18n', global.stub_i18n);
zrequire('stream_data');
zrequire('stream_sort');