Skip to content

Commit

Permalink
test: allow empty values in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
markin-io committed Sep 29, 2023
1 parent 12a5914 commit fd8f00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/js-dash-sdk/src/test/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const dirtyChai = require('dirty-chai');
const chaiAsPromised = require('chai-as-promised');

dotenvSafe.config({
allowEmptyValues: true,
path: path.resolve(__dirname, '..', '..', '.env'),
});

Expand Down
1 change: 1 addition & 0 deletions packages/wallet-lib/src/test/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use(dirtyChai);
use(chaiAsPromised);

dotenvSafe.config({
allowEmptyValues: true,
path: path.resolve(__dirname, '..', '..', '.env'),
});

Expand Down

0 comments on commit fd8f00d

Please sign in to comment.