From 50ccf00777583a92f60b3e61b74251d6f5a5f4ec Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 21:13:26 +0100 Subject: [PATCH] test: test lint-action (wordt gerevert) --- test.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test.ts diff --git a/test.ts b/test.ts new file mode 100644 index 00000000..c9da7bdd --- /dev/null +++ b/test.ts @@ -0,0 +1,9 @@ +async function test_Function() { + return 1+1; +} + +for (let index = 0; index < 100; index++) { + await test_Function(); + let a = "test"; +} +