未验证 提交 ef971009 编写于 作者: A Anmol Sethi

plugin.test.ts: Make it clear iconPath is a path

上级 30d2962e
......@@ -20,7 +20,7 @@ describe("plugin", () => {
{
name: "goland",
version: "4.0.0",
iconPath: "icon.svg",
iconPath: "/icon.svg",
plugin: {
name: "test-plugin",
version: "1.0.0",
......
......@@ -19,7 +19,7 @@ export function applications(): pluginapi.Application[] {
{
name: "goland",
version: "4.0.0",
iconPath: "icon.svg",
iconPath: "/icon.svg",
},
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册