diff --git a/src/test/index.ts b/src/test/index.ts index f14ba247bb92..0202b4e2dc43 100644 --- a/src/test/index.ts +++ b/src/test/index.ts @@ -9,5 +9,5 @@ testRunner.configure({ useColors: true, timeout: 25000, retries: 3 -}); +} as {}); module.exports = testRunner;