UNPKG

@rindo/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 342 B
import type { NewSpecPageOptions, SpecPage } from '@rindo/core/internal'; /** * Creates a new spec page for unit testing * @param opts the options to apply to the spec page that influence its configuration and operation * @returns the created spec page */ export declare function newSpecPage(opts: NewSpecPageOptions): Promise<SpecPage>;