Format and lint unit tests

This commit is contained in:
IvanZosimov 2023-05-17 14:14:15 +02:00
parent 4c5e506750
commit b50a1c9fbf

View File

@ -27,7 +27,6 @@ describe('installer tests', () => {
const readdirSpy = jest.spyOn(fspromises, 'readdir');
describe('installDotnet() tests', () => {
beforeAll(() => {
whichSpy.mockImplementation(() => Promise.resolve('PathToShell'));
chmodSyncSpy.mockImplementation(() => {});
@ -51,7 +50,6 @@ describe('installer tests', () => {
});
});
const dotnetInstaller = new installer.DotnetCoreInstaller(
inputVersion,
inputQuality