Fix unit test

This commit is contained in:
Vladimir Safonkin 2021-08-20 16:54:24 +03:00
parent f92687c910
commit b7b99f337e

View File

@ -19,7 +19,7 @@ describe('setup-dotnet tests', () => {
await io.rmRF(tempDir);
});
afterAll(async () => {
afterEach(async () => {
try {
await io.rmRF(path.join(process.cwd(), 'global.json'));
await io.rmRF(toolDir);