Skip to content

Commit

Permalink
fix: minor lint fix (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagendorn authored Nov 14, 2023
1 parent 1103870 commit 100be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable new-cap */
import { ClientFunction, Selector } from "testcafe";
import { Matcher, queries } from "@testing-library/dom";
import type { Options, QueryName, WithinSelectors } from "./types";
import { type Options, type QueryName, type WithinSelectors } from "./types";

declare global {
interface Window {
Expand Down

0 comments on commit 100be48

Please sign in to comment.