Remove testing imports

This commit is contained in:
Adam Gastineau 2025-01-21 11:31:10 -08:00
parent e83e203aa0
commit f1f2bde565

View file

@ -48,7 +48,6 @@ import {
toHaveValue,
toHaveValues,
toPass,
toHaveURL2
} from './matchers';
import { toMatchSnapshot, toHaveScreenshot, toHaveScreenshotStepTitle } from './toMatchSnapshot';
import type { Expect, ExpectMatcherState } from '../../types/test';
@ -236,7 +235,6 @@ const customAsyncMatchers = {
toHaveText,
toHaveTitle,
toHaveURL,
toHaveURL2,
toHaveValue,
toHaveValues,
toHaveScreenshot,