Skip to content

Commit ec67639

Browse files
committed
plugin.test.ts: make it clear iconPath is a path
1 parent ad025a0 commit ec67639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/plugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("plugin", () => {
2020
{
2121
name: "goland",
2222
version: "4.0.0",
23-
iconPath: "icon.svg",
23+
iconPath: "/icon.svg",
2424
plugin: {
2525
name: "test-plugin",
2626
version: "1.0.0",

test/test-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function applications(): pluginapi.Application[] {
1919
{
2020
name: "goland",
2121
version: "4.0.0",
22-
iconPath: "icon.svg",
22+
iconPath: "/icon.svg",
2323
},
2424
]
2525
}

0 commit comments

Comments
 (0)