@stencil/core 3.2.1-dev.1682312532.c8e569f → 3.2.1-dev.1682398915.11bd9bb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,7 @@
1
1
  import type { NewSpecPageOptions, SpecPage } from '@stencil/core/internal';
2
+ /**
3
+ * Creates a new spec page for unit testing
4
+ * @param opts the options to apply to the spec page that influence its configuration and operation
5
+ * @returns the created spec page
6
+ */
2
7
  export declare function newSpecPage(opts: NewSpecPageOptions): Promise<SpecPage>;