diff --git a/example/public/index.html b/example/public/index.html index e90e43d..1f6a88f 100644 --- a/example/public/index.html +++ b/example/public/index.html @@ -3,6 +3,7 @@
+ { if (testSuite?.beforeAll) { context = await testSuite.beforeAll(); } - const executionResult = await runTest(test, {data: context}); + const executionResult = await runTest(test, { data: context }); return executionResult; };