update download-artifact tests for public and internal impl

This commit is contained in:
Rob Herley
2023-12-01 01:32:45 +00:00
committed by GitHub
parent 22b7aeb707
commit 32549e8197
6 changed files with 224 additions and 53 deletions

View File

@@ -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')