node tests: Remove unneeded mock.

This commit is contained in:
Steve Howell 2022-02-15 04:38:43 +00:00 committed by Steve Howell
parent f6a701090c
commit 19ab70c922
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ const events = require("./lib/events");
const channel = mock_esm("../../static/js/channel");
const upload = mock_esm("../../static/js/upload");
mock_esm("../../static/js/giphy", {
is_giphy_enabled: () => true,
});
mock_esm("../../static/js/resize", {
watch_manual_resize() {},
});