1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00

Update eslint to 2.2.7 (#410)

This commit is contained in:
Thomas Boop 2020-04-13 10:19:49 -04:00 committed by GitHub
parent 5b940ebda7
commit 3c125ce4e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 162 additions and 11 deletions

View file

@ -11,7 +11,7 @@ describe('@actions/github', () => {
beforeAll(async () => {
// Start proxy server
proxyServer = proxy() as http.Server
proxyServer = proxy()
await new Promise(resolve => {
const port = Number(proxyUrl.split(':')[2])
proxyServer.listen(port, () => resolve())