mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
node tests: Remove __esModule cruft.
We just set __esModule in our rewiremock helper.
This commit is contained in:
committed by
Steve Howell
parent
30c7108955
commit
167fda142c
@@ -7,6 +7,7 @@ const {run_test} = require("../zjsunit/test");
|
||||
|
||||
rewiremock("../../static/js/message_scroll").with({
|
||||
hide_loading_older: () => {},
|
||||
|
||||
show_loading_older: () => {},
|
||||
hide_loading_newer: () => {},
|
||||
show_loading_newer: () => {},
|
||||
|
||||
Reference in New Issue
Block a user