Skip to content

Commit

Permalink
mafintosh#22 removing es6 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Dec 5, 2017
1 parent 427d172 commit ad10c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ test('fork with a custom execPath and execArgv', function(t) {
mon.start()
})

t.tearDown(() => {
t.tearDown(function() {
if (fs.existsSync(symlinkPath)) {
fs.unlinkSync(symlinkPath, (err) => {
fs.unlinkSync(symlinkPath, function(err) {
if (err) console.error(err)
})
}
Expand Down

0 comments on commit ad10c65

Please sign in to comment.