Skip to content

Commit

Permalink
fix: test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Feb 21, 2024
1 parent 83b66b4 commit 67ea70c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// ts-unused-exports:disable-next-line
export default (): void => {
process.env.CHAINHOOK_NODE_AUTH_TOKEN = 'test';
process.env.CHAINHOOK_NODE_RPC_HOST = 'test.chainhooks.com';
process.env.ORDHOOK_NODE_AUTH_TOKEN = 'test';
process.env.ORDHOOK_NODE_RPC_HOST = 'test.chainhooks.com';
process.env.ORDHOOK_NODE_RPC_PORT = '13370';
process.env.PGDATABASE = 'postgres';
};

0 comments on commit 67ea70c

Please sign in to comment.