node tests: Remove unneeded $ stub in compose_fade.js.

This commit is contained in:
Steve Howell 2018-04-12 20:03:34 +00:00 committed by Tim Abbott
parent b3101ca41b
commit 07591f03e2

View File

@ -1,5 +1,3 @@
set_global('$', function () {
});
set_global('blueslip', {});
global.blueslip.warn = function () {};