diff --git a/test.ts b/test.ts deleted file mode 100644 index 00b168ab..00000000 --- a/test.ts +++ /dev/null @@ -1,8 +0,0 @@ -async function test_Function() { - return 1 + 1; -} - -for (let index = 0; index < 100; index++) { - await test_Function(); - const a = 'test'; -}