UNPKG

lisa-plugins-manager

Version:

Manage plugin system for L.I.S.A.

10 lines (7 loc) 162 B
'use strict' const assert = require('assert') describe('Plugin Model', () => { it('should exist', () => { assert(global.app.api.models['Plugin']) }) })