mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 00:30:02 +00:00
9 lines
291 B
TypeScript
9 lines
291 B
TypeScript
import { NgModelChangeDebouncedDirective } from './ng-model-change-debounced.directive';
|
|
|
|
describe('NgModelChangeDebouncedDirective', () => {
|
|
it('should create an instance', () => {
|
|
const directive = new NgModelChangeDebouncedDirective();
|
|
expect(directive).toBeTruthy();
|
|
});
|
|
});
|