mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 23:09:49 +00:00
Fix unit test
This commit is contained in:
@ -19,7 +19,7 @@ describe('setup-dotnet tests', () => {
|
|||||||
await io.rmRF(tempDir);
|
await io.rmRF(tempDir);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterEach(async () => {
|
||||||
try {
|
try {
|
||||||
await io.rmRF(path.join(process.cwd(), 'global.json'));
|
await io.rmRF(path.join(process.cwd(), 'global.json'));
|
||||||
await io.rmRF(toolDir);
|
await io.rmRF(toolDir);
|
||||||
|
Reference in New Issue
Block a user