We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa66e4 commit 31cc1a9Copy full SHA for 31cc1a9
2 files changed
.changeset/ninety-kids-report.md
@@ -0,0 +1,5 @@
1
+---
2
+'test-mule': patch
3
4
+
5
+Export `JSHandle` and `ElementHandle` types from puppeteer. Now if you want to use those types you can import them directly from test-mule.
src/index.ts
@@ -15,6 +15,7 @@ import { fileURLToPath } from 'url';
15
import type { TestMuleUser } from './user';
16
import { testMuleUser } from './user';
17
import { assertElementHandle, removeFuncFromStackTrace } from './utils';
18
+export { JSHandle, ElementHandle } from 'puppeteer';
19
koloristOpts.enabled = true;
20
const ansiRegex = _ansiRegex({ onlyFirst: true });
21
export type { TestMuleUser };
0 commit comments