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

This commit is contained in:
Anmol Sethi 2020-10-30 03:39:14 -04:00
parent 30d2962e21
commit ef971009d9
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -19,7 +19,7 @@ export function applications(): pluginapi.Application[] {
{
name: "goland",
version: "4.0.0",
iconPath: "icon.svg",
iconPath: "/icon.svg",
},
]
}