audiobookshelf/test/server/managers/PluginManager.test.js

6 lines
110 B
JavaScript
Raw Normal View History

describe('PluginManager', () => {
it('should register a plugin', () => {
// Test implementation
})
})