Update test files

This commit is contained in:
IvanZosimov 2023-03-02 14:59:27 +01:00
parent f807a6d6e8
commit c3665c6106
7 changed files with 16 additions and 11 deletions

View file

@ -4,6 +4,7 @@ import * as tc from '@actions/tool-cache';
import path from 'path';
import fs from 'fs';
import semver from 'semver';
import {performance} from 'perf_hooks';
import {JavaBase} from '../base-installer';
import {IZuluVersions} from './models';