mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add tests for the AsyncFunction
This commit is contained in:
parent
6eefe48bc9
commit
38e3ffe4c6
7 changed files with 4679 additions and 100 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"target": "es2018",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
},
|
||||
"exclude": ["__test__"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue