We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979fd2e commit f183538Copy full SHA for f183538
1 file changed
__tests__/upload.test.ts
@@ -33,7 +33,7 @@ describe('upload-azure-blob => upload.ts', () => {
33
})
34
35
afterAll(async () => {
36
- await fs.promises.rm(FILENAME);
37
- await fs.promises.rm(FILENAME2);
+ await fs.promises.unlink(FILENAME);
+ await fs.promises.unlink(FILENAME2);
38
39
0 commit comments