mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
update download-artifact tests for public and internal impl
This commit is contained in:
parent
22b7aeb707
commit
32549e8197
6 changed files with 224 additions and 53 deletions
|
@ -3,7 +3,7 @@ import * as net from 'net'
|
|||
import {HttpClient} from '@actions/http-client'
|
||||
import * as config from '../src/internal/shared/config'
|
||||
import {internalArtifactTwirpClient} from '../src/internal/shared/artifact-twirp-client'
|
||||
import {noopLogs} from './common.test'
|
||||
import {noopLogs} from './common'
|
||||
|
||||
jest.mock('@actions/http-client')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue