Skip to content

Commit 62090bb

Browse files
committed
style(test): remove extra blank lines in fs.test.ts
Remove extraneous blank lines in safeDelete and safeDeleteSync test blocks to comply with Biome formatting rules.
1 parent 77a6794 commit 62090bb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/fs.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ describe('fs', () => {
729729
})
730730

731731
describe('safeDelete', () => {
732-
733732
it('should delete files in temp directory', async () => {
734733
await runWithTempDir(async tmpDir => {
735734
const testFile = path.join(tmpDir, 'delete-me.txt')
@@ -804,7 +803,6 @@ describe('fs', () => {
804803
})
805804

806805
describe('safeDeleteSync', () => {
807-
808806
it('should delete files in temp directory', async () => {
809807
await runWithTempDir(async tmpDir => {
810808
const testFile = path.join(tmpDir, 'delete-me.txt')

0 commit comments

Comments
 (0)