Skip to content

Commit 100be48

Browse files
authored
fix: minor lint fix (#396)
1 parent 1103870 commit 100be48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* eslint-disable new-cap */
44
import { ClientFunction, Selector } from "testcafe";
55
import { Matcher, queries } from "@testing-library/dom";
6-
import type { Options, QueryName, WithinSelectors } from "./types";
6+
import { type Options, type QueryName, type WithinSelectors } from "./types";
77

88
declare global {
99
interface Window {

0 commit comments

Comments
 (0)