test: test lint-action (wordt gerevert)

This commit is contained in:
Timo De Meyst 2025-02-28 21:13:26 +01:00
parent 9f88737c48
commit 50ccf00777

9
test.ts Normal file
View file

@ -0,0 +1,9 @@
async function test_Function() {
return 1+1;
}
for (let index = 0; index < 100; index++) {
await test_Function();
let a = "test";
}