Skip to content

Commit 721bee9

Browse files
committed
wip
1 parent 2acca94 commit 721bee9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/source/test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const registerCompletionHandler = () => {
6565
});
6666
};
6767

68+
test.before(() => {
69+
registerCompletionHandler();
70+
});
71+
6872
test.beforeEach('set timeout', async t => {
6973
t.timeout(consts.TIMEOUT_EACH_RETRY);
7074
});
@@ -260,5 +264,3 @@ if (testGroup === 'UNIT-TESTS') {
260264
defineSettingsTests(testVariant, testWithBrowser);
261265
defineElementTests(testVariant, testWithBrowser);
262266
}
263-
264-
registerCompletionHandler();

0 commit comments

Comments
 (0)