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