Skip to content

Commit

Permalink
restore cache in dir test
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 15, 2024
1 parent 5cb9c10 commit bab06f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ describe('getDir', function () {
beforeEach(function (done) {
process.env.NODE_ENV = 'test'
process.env.HARAKA = ''
process.env.WITHOUT_CONFIG_CACHE = '1'
// process.env.WITHOUT_CONFIG_CACHE = '1'
clearRequireCache()
this.config = require('../config')
cleanup(done)
Expand Down

0 comments on commit bab06f0

Please sign in to comment.