We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a6794 commit 62090bbCopy full SHA for 62090bb
1 file changed
test/fs.test.ts
@@ -729,7 +729,6 @@ describe('fs', () => {
729
})
730
731
describe('safeDelete', () => {
732
-
733
it('should delete files in temp directory', async () => {
734
await runWithTempDir(async tmpDir => {
735
const testFile = path.join(tmpDir, 'delete-me.txt')
@@ -804,7 +803,6 @@ describe('fs', () => {
804
803
805
806
describe('safeDeleteSync', () => {
807
808
809
810
0 commit comments