Add unit tests for actionUtils (#93)

* Add unit tests for actionUtils

* Fix file size on ubuntu and test name

* Remove unused import
This commit is contained in:
Josh Gross
2019-11-13 16:13:00 -05:00
committed by GitHub
parent bb828da54c
commit c0584c42d1
4 changed files with 233 additions and 2 deletions

View File

@ -299,7 +299,7 @@ test("restore with a pull request event and cache found", async () => {
const cacheEntry: ArtifactCacheEntry = {
cacheKey: key,
scope: "refs/heads/master",
archiveLocation: "https://www.example.com/download"
archiveLocation: "www.actionscache.test/download"
};
const getCacheMock = jest.spyOn(cacheHttpClient, "getCacheEntry");
getCacheMock.mockImplementation(() => {