Skip to content

Commit

Permalink
chore: added test (closes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed May 1, 2020
1 parent 5639967 commit 8efc261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/fixtures/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ PING=ping,true*,2,100
PONG=`some,thing,that,goes,wow`
# will not replace process.env by default
HTTP_PROXY=proxy.domain.com:8080
# https://github.com/niftylettuce/dotenv-parse-variables/issues/18
AWS_ACCESS_KEY_ID=123*
3 changes: 2 additions & 1 deletion test/fixtures/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
BLEEP: 'false',
PING: [ 'ping', 'true', 2, 100 ],
PONG: 'some,thing,that,goes,wow',
HTTP_PROXY: 'proxy.domain.com:8080'
HTTP_PROXY: 'proxy.domain.com:8080',
AWS_ACCESS_KEY_ID: '123'
};

0 comments on commit 8efc261

Please sign in to comment.