We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c550e6 commit b50c0d8Copy full SHA for b50c0d8
packages/test-utils/src/jsx.ts
@@ -8,6 +8,7 @@ import { createText } from './internals/creators';
8
import { createHyperscript } from './internals/hyperscript';
9
10
export { createEditor } from './internals/creators';
11
+export { createHyperscript };
12
13
declare global {
14
// eslint-disable-next-line @typescript-eslint/no-namespace
0 commit comments