Skip to content

Commit

Permalink
Simplify path for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 5, 2021
1 parent ad6646c commit fd2d6fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-config-cli.js
Expand Up @@ -30,7 +30,7 @@ t.equal(
spawn(
[
'-r',
path.resolve(__dirname, '../config'),
'./config',
'-e',
'console.log(process.env.BASIC)',
'dotenv_config_encoding=utf8',
Expand All @@ -45,7 +45,7 @@ t.equal(
spawn(
[
'-r',
path.resolve(__dirname, '../config'),
'./config',
'-e',
'console.log(process.env.BASIC)'
],
Expand All @@ -63,7 +63,7 @@ t.equal(
spawn(
[
'-r',
path.resolve(__dirname, '../config'),
'./config',
'-e',
'console.log(process.env.BASIC)',
'dotenv_config_path=./tests/.env'
Expand Down

0 comments on commit fd2d6fa

Please sign in to comment.