mirror of https://git.tuxpa.in/a/code-server.git
plugin.test.ts: Make it clear iconPath is a path
This commit is contained in:
parent
30d2962e21
commit
ef971009d9
|
@ -20,7 +20,7 @@ describe("plugin", () => {
|
||||||
{
|
{
|
||||||
name: "goland",
|
name: "goland",
|
||||||
version: "4.0.0",
|
version: "4.0.0",
|
||||||
iconPath: "icon.svg",
|
iconPath: "/icon.svg",
|
||||||
plugin: {
|
plugin: {
|
||||||
name: "test-plugin",
|
name: "test-plugin",
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
|
|
|
@ -19,7 +19,7 @@ export function applications(): pluginapi.Application[] {
|
||||||
{
|
{
|
||||||
name: "goland",
|
name: "goland",
|
||||||
version: "4.0.0",
|
version: "4.0.0",
|
||||||
iconPath: "icon.svg",
|
iconPath: "/icon.svg",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue