mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Polishing and code clean-up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { NgModelChangeDebouncedDirective } from './ng-model-change-debounced.directive';
|
||||
|
||||
describe('NgModelChangeDebouncedDirective', () => {
|
||||
it('should create an instance', () => {
|
||||
const directive = new NgModelChangeDebouncedDirective();
|
||||
expect(directive).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user