Skip to content

Commit

Permalink
chore: linting (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Aug 15, 2022
1 parent f294e07 commit 48c393b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const fs = require('fs')
const link = path.resolve(__dirname, 'fixtures/link')
try {
fs.unlinkSync(link)
} catch (_) {}
} catch {
// ignore errors
}
fs.symlinkSync('d', link)

t.teardown(_ => fs.unlinkSync(link))
Expand Down

0 comments on commit 48c393b

Please sign in to comment.