test: fix tests
This commit is contained in:
parent
eacfaadcee
commit
1828998894
|
|
@ -28,6 +28,7 @@
|
|||
"./lib/runner/testServer": "./lib/runner/testServer.js",
|
||||
"./lib/transform/esmLoader": "./lib/transform/esmLoader.js",
|
||||
"./lib/transform/transform": "./lib/transform/transform.js",
|
||||
"./lib/internalsForTest": "./lib/internalsForTest.js",
|
||||
"./lib/plugins": "./lib/plugins/index.js",
|
||||
"./jsx-runtime": {
|
||||
"import": "./jsx-runtime.mjs",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
import { playwrightTest as it, expect } from '../config/browserTest';
|
||||
import type { AttributeSelector } from '../../packages/playwright-core/src/selectorParser';
|
||||
import type { AttributeSelector } from '../typed-imports';
|
||||
import { parseAttributeSelector } from '../typed-imports';
|
||||
|
||||
const parse = (selector: string) => parseAttributeSelector(selector, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue