Archived
1
0

plugin.ts: Fixes for @code-asher

This commit is contained in:
Anmol Sethi
2020-11-03 16:24:06 -05:00
parent f4d7f00033
commit 75e52a3774
4 changed files with 24 additions and 6 deletions

View File

@ -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(
[

View File

@ -0,0 +1,5 @@
out/index.js: src/index.ts
yarn build
node_modules: package.json yarn.lock
yarn