Remove testing imports
This commit is contained in:
parent
e83e203aa0
commit
f1f2bde565
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue