We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20df25 commit d9a8f45Copy full SHA for d9a8f45
2 files changed
packages/cli/src/test-page.ts
@@ -41,7 +41,9 @@ export function useTestPage(
41
);
42
await page.evaluate(source);
43
await page.evaluate(() => {
44
+ //@ts-ignore-error this is ok. it only happens in dev mode
45
Object.assign(globalThis, {...globalThis["interactorAgent"]["interactors"]});
46
47
Object.assign(globalThis, globalThis["interactorAgent"]["matchers"]);
48
});
49
digest = nextdigest;
yarn.lock
@@ -2791,7 +2791,7 @@ __metadata:
2791
typescript: "npm:~5.4.5"
2792
yargs: "npm:^17.7.2"
2793
bin:
2794
- interactors: ./dist/index.js
+ interactors: ./dist/main.js
2795
languageName: unknown
2796
linkType: soft
2797
0 commit comments