Skip to content

Commit

Permalink
fix: add required env for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Oct 13, 2023
1 parent bcc0273 commit bbafcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ts-unused-exports:disable-next-line
export default (): void => {
process.env.BITCOIN_RPC_URL = 'http://localhost:8332';
process.env.BITCOIN_RPC_USERNAME = 'test';
process.env.BITCOIN_RPC_PASSWORD = 'password';
process.env.ORDHOOK_WORKING_DIR = '/tmp';
Expand Down

0 comments on commit bbafcf9

Please sign in to comment.