UNPKG

@fakes/media-devices

Version:

A interactive fake implementation of MediaDevices interface in the browser for testing

10 lines 238 B
/// <reference types="jest" /> export {}; declare global { namespace jest { interface Matchers<R> { toIncludeVideoTrack(): CustomMatcherResult; } } } //# sourceMappingURL=to-include-video-track.d.ts.map