mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
|
describe('PluginManager', () => {
|
||
|
it('should register a plugin', () => {
|
||
|
// Test implementation
|
||
|
})
|
||
|
})
|