Skip to content

Commit

Permalink
Jest env
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Jul 21, 2023
1 parent 0fb0d74 commit fc96ccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .jest/setEnvVars.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
process.env.SEARCH_API_ENABLE_CSE='True'
process.env.SEARCH_API_ENABLE_LDAP='True'
process.env.SEARCH_API_ENABLE_UNIT='True'
process.env.SEARCH_API_ENABLE_GRAPHSEARCH='True'

process.env.SEARCH_API_CSE_API_KEY = 'foo';
process.env.SEARCH_API_CSE_CX = 'bar';

Expand Down

0 comments on commit fc96ccb

Please sign in to comment.