Skip to content

Commit 8efc261

Browse files
committed
chore: added test (closes #18)
1 parent 5639967 commit 8efc261

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/fixtures/.env

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ PING=ping,true*,2,100
1010
PONG=`some,thing,that,goes,wow`
1111
# will not replace process.env by default
1212
HTTP_PROXY=proxy.domain.com:8080
13+
# https://github.com/niftylettuce/dotenv-parse-variables/issues/18
14+
AWS_ACCESS_KEY_ID=123*

test/fixtures/env.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
BLEEP: 'false',
77
PING: [ 'ping', 'true', 2, 100 ],
88
PONG: 'some,thing,that,goes,wow',
9-
HTTP_PROXY: 'proxy.domain.com:8080'
9+
HTTP_PROXY: 'proxy.domain.com:8080',
10+
AWS_ACCESS_KEY_ID: '123'
1011
};

0 commit comments

Comments
 (0)