mirror of https://github.com/OpenVidu/openvidu.git
9 lines
261 B
TypeScript
9 lines
261 B
TypeScript
![]() |
import { OpenviduAngularDirective } from './openvidu-angular.directive';
|
||
|
|
||
|
describe('OpenviduAngularDirective', () => {
|
||
|
it('should create an instance', () => {
|
||
|
const directive = new OpenviduAngularDirective();
|
||
|
expect(directive).toBeTruthy();
|
||
|
});
|
||
|
});
|