Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jul 25, 2024
1 parent 40df4cb commit c4c4260
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,12 @@ Fetch variants for a user given an experiment user JSON object
```

> Note: must use single quotes around JSON object string
### Running unit tests suite
To set up for running test on local, create a `.env` file in `pkg/experiment/local` with following
contents, and replace `{API_KEY}` and `{SECRET_KEY}` (or `{EU_API_KEY}` and `{EU_SECRET_KEY}` for EU data center) for the project in test:

```
API_KEY={API_KEY}
SECRET_KEY={SECRET_KEY}
```

0 comments on commit c4c4260

Please sign in to comment.