You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
344 B

import type { NewSpecPageOptions, SpecPage } from '@stencil/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>;