test: test lint-action (wordt gerevert)
This commit is contained in:
parent
9f88737c48
commit
50ccf00777
1 changed files with 9 additions and 0 deletions
9
test.ts
Normal file
9
test.ts
Normal 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";
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue