UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

9 lines (8 loc) 344 B
import { Test } from 'uvu'; /** * Tests for validating generic component properties. * These should be run for each derived Component. * @param component - The component instance to test. * @param name - A name for the component. */ export declare const runComponentTests: (component: any, name: string | undefined, test: Test) => void;