We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1103870 commit 100be48Copy full SHA for 100be48
src/index.ts
@@ -3,7 +3,7 @@
3
/* eslint-disable new-cap */
4
import { ClientFunction, Selector } from "testcafe";
5
import { Matcher, queries } from "@testing-library/dom";
6
-import type { Options, QueryName, WithinSelectors } from "./types";
+import { type Options, type QueryName, type WithinSelectors } from "./types";
7
8
declare global {
9
interface Window {
0 commit comments