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(
|
||||
[
|
||||
|
5
test/test-plugin/Makefile
Normal file
5
test/test-plugin/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
out/index.js: src/index.ts
|
||||
yarn build
|
||||
|
||||
node_modules: package.json yarn.lock
|
||||
yarn
|
Reference in New Issue
Block a user