1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-09 21:02:19 +02:00

testing with conditions

This commit is contained in:
mahabaleshwars 2024-09-24 15:05:25 +05:30
parent 996d9604f2
commit 6aeae83a71
3 changed files with 76 additions and 9 deletions

View file

@ -9,7 +9,7 @@ import * as tc from '@actions/tool-cache';
jest.mock('@actions/http-client');
jest.mock('@actions/tool-cache');
const mockManifest = [{version: '1.0.0'}];
const mockManifest = [{version: '3.12.0'}];
describe('getManifest', () => {
it('should return manifest from repo', async () => {