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