Skip to content

Commit

Permalink
Fix test; remove incidental dependance on typeof process.env.test
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Feb 26, 2018
1 parent d25aee4 commit 0a01850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('dotenv', function () {
// 'val' returned as value in `beforeEach`. should keep this ''
dotenv.config()

process.env.test.should.eql('')
Boolean(process.env.test).should.eql(false)
done()
})

Expand Down

0 comments on commit 0a01850

Please sign in to comment.