mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
plugin.ts: Fixes for @code-asher
This commit is contained in:
@@ -12,8 +12,7 @@ describe("plugin", () => {
|
||||
const papi = new PluginAPI(logger, path.resolve(__dirname, "test-plugin") + ":meow")
|
||||
await papi.loadPlugins()
|
||||
|
||||
// We remove the function fields from the application's plugins.
|
||||
const apps = JSON.parse(JSON.stringify(await papi.applications()))
|
||||
const apps = await papi.applications()
|
||||
|
||||
assert.deepEqual(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user