Skip to content

Commit

Permalink
test: specify node_env to dev and add test env URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Nov 6, 2023
1 parent f6c8bc7 commit 6f3041e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
process.env = Object.assign(process.env, {
NODE_ENV: "development",
REACT_APP_CATI_DASHBOARD_URL: "cati-dashboard-url/Blaise/CaseInfo",
VM_EXTERNAL_CLIENT_URL: "external-client-url",
VM_EXTERNAL_WEB_URL: "external-web-url",
BLAISE_API_URL: "mock",
Expand Down

0 comments on commit 6f3041e

Please sign in to comment.