1
0
Fork 0

Standardized test case input

pull/1097/head
Sankalp Kotewar 2022-05-23 06:39:22 +00:00 committed by GitHub
parent 07b91eafe5
commit 6421989639
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ test('save with valid inputs uploads a cache', async () => {
})
test('save with non existing path should not save cache', async () => {
const paths: string[] = ['aPathThatDoesnotExist']
const paths: string[] = ['node_modules']
const primaryKey = 'Linux-node-bb828da54c148048dd17899ba9fda624811cfb43'
jest.spyOn(cacheUtils, 'resolvePaths').mockImplementation(async filePaths => {
return []