diff --git a/src/core.ts b/src/core.ts index 3a5cbca..49dd811 100644 --- a/src/core.ts +++ b/src/core.ts @@ -2,7 +2,7 @@ import './testing/matchers.js'; import './testing/snapshot-serializer.js'; -export { h } from '@stencil/core'; +export { h, Fragment } from '@stencil/core'; export { render, waitForStable, waitForExist } from './testing/render.js'; export { serializeHtml, prettifyHtml, SerializeOptions } from './testing/html-serializer.js'; export type { RenderOptions, RenderResult } from './types.js';