Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('should has values', () => {
(TextTrackType.SRT: 'application/x-subrip');
(TextTrackType.TTML: 'application/ttml+xml');
(TextTrackType.VTT: 'text/vtt');
});
it("must has values", () => {
(TextTrackType.SRT: "application/x-subrip");
(TextTrackType.TTML: "application/ttml+xml");
(TextTrackType.VTT: "text/vtt");
});
});