mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-15 05:05:08 +00:00
Format and lint unit tests
This commit is contained in:
parent
4c5e506750
commit
b50a1c9fbf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user