Skip to content

Commit f02618c

Browse files
committed
test(popup): remove unnecessary console log
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent 49ee07f commit f02618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/mod_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test({
122122
row: 3,
123123
col: 3,
124124
});
125-
console.log(popupWindow.winid);
125+
126126
assertEquals(await fn.win_gettype(denops, popupWindow.winid), "popup");
127127
assertEquals(await fn.winwidth(denops, popupWindow.winid), 20);
128128
assertEquals(await fn.winheight(denops, popupWindow.winid), 20);

0 commit comments

Comments
 (0)