Skip to content

Commit 8a9ce45

Browse files
committed
add to tests
1 parent 19e5ad9 commit 8a9ce45

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TIPS = [
1414
'📡 observe env with Radar: https://dotenvx.com/radar',
1515
'📡 auto-backup env with Radar: https://dotenvx.com/radar',
1616
'📡 version env with Radar: https://dotenvx.com/radar',
17-
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
17+
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
1818
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }',
1919
'⚙️ enable debug logging with { debug: true }',
2020
'⚙️ override existing env vars with { override: true }',

tests/test-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ t.test('displays random tips from the tips array', ct => {
332332
'🔐 encrypt with dotenvx: https://dotenvx.com',
333333
'🔐 prevent committing .env to code: https://dotenvx.com/precommit',
334334
'🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
335+
'📡 observe env with Radar: https://dotenvx.com/radar',
336+
'📡 auto-backup env with Radar: https://dotenvx.com/radar',
337+
'📡 version env with Radar: https://dotenvx.com/radar',
335338
'🛠️ run anywhere with `dotenvx run -- yourcommand`',
336339
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }',
337340
'⚙️ enable debug logging with { debug: true }',

0 commit comments

Comments
 (0)