We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998cfd commit ea73317Copy full SHA for ea73317
src/index.js
@@ -19,7 +19,7 @@ export async function configure(options, t) {
19
`
20
window.DomTestingLibrary.configure(${JSON.stringify(options)});
21
`;
22
- await ClientFunction(new Function(configFunction))();
+ await new ClientFunction(new Function(configFunction))();
23
24
if (t) {
25
t.testRun.injectable.scripts.push('/testcafe-testing-library-config.js');
0 commit comments