1
0
Fork 0
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:
Rob Herley 2023-12-01 01:32:45 +00:00 committed by GitHub
parent 22b7aeb707
commit 32549e8197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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')