Fix unit test

pull/224/head
Vladimir Safonkin 4 years ago
parent f92687c910
commit b7b99f337e

@ -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);

Loading…
Cancel
Save