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 2acca94 commit 721bee9Copy full SHA for 721bee9
test/source/test.ts
@@ -65,6 +65,10 @@ const registerCompletionHandler = () => {
65
});
66
};
67
68
+test.before(() => {
69
+ registerCompletionHandler();
70
+});
71
+
72
test.beforeEach('set timeout', async t => {
73
t.timeout(consts.TIMEOUT_EACH_RETRY);
74
@@ -260,5 +264,3 @@ if (testGroup === 'UNIT-TESTS') {
260
264
defineSettingsTests(testVariant, testWithBrowser);
261
265
defineElementTests(testVariant, testWithBrowser);
262
266
}
263
-
-registerCompletionHandler();
0 commit comments