Skip to content

Commit

Permalink
Handle dotenv failures, to quiet test output
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 14, 2016
1 parent c25fdd0 commit 6afc41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/util.coffee
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exports.loadEnv = ->
require('dotenv').config()
try
require('dotenv').config()

0 comments on commit 6afc41d

Please sign in to comment.