Skip to content

Commit

Permalink
perf: Keep tpmDir between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Oct 12, 2018
1 parent 0fd694a commit 6be37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/func/add.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Functional: add()', function () {
done()
})

afterEach(function (done) {
after(function (done) {
rimraf(`${tmpDir}/*`)
done()
})
Expand Down

0 comments on commit 6be37cb

Please sign in to comment.