Skip to content

Commit 47b4a0f

Browse files
committed
Fix tests
1 parent 5a9800b commit 47b4a0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

denops/dpp/dpp.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ Deno.test("initPlugin", () => {
830830
{
831831
name: "foo",
832832
rev: "[hoge]",
833+
path: "repos/foo",
833834
script_type: "foo",
834835
rtp: "autoload",
835836
},
@@ -853,6 +854,7 @@ Deno.test("initPlugin", () => {
853854
initPlugin(
854855
{
855856
name: "foo",
857+
path: "repos/foo",
856858
on_ft: "foo",
857859
},
858860
"base",
@@ -874,6 +876,7 @@ Deno.test("initPlugin", () => {
874876
initPlugin(
875877
{
876878
name: "foo",
879+
path: "repos/foo",
877880
lua_add: "foo",
878881
},
879882
"base",

0 commit comments

Comments
 (0)