8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
![]() |
import { test, expect } from '@playwright/test'
|
||
|
|
||
|
/** @deprecated, import from ./fixtureSetup.ts instead */
|
||
|
export const _test = test
|
||
|
|
||
|
/** @deprecated, import from ./fixtureSetup.ts instead */
|
||
|
export const _expect = expect
|