Skip to content

Commit 670613d

Browse files
committed
test(popup): use await for t.step
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent 256b2b9 commit 670613d

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
@@ -106,7 +106,7 @@ test({
106106
});
107107
}
108108

109-
t.step({
109+
await t.step({
110110
name: `open() with relative cursor`,
111111
fn: async () => {
112112
await denops.cmd("normal! 10G10");

0 commit comments

Comments
 (0)