Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshanalluru/user-issue-25832
https://github.com/harshanalluru/user-issue-25832
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshanalluru/user-issue-25832
- Owner: HarshaNalluru
- Created: 2023-07-18T04:42:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-18T04:46:15.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:04:59.174Z (about 1 month ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Attempting to repro the user issue at https://github.com/azure/azure-sdk-for-js/issues/25832
# Setup
Add the following variables in the `.env` file- AZURE_CLIENT_ID
- AZURE_CLIENT_SECRET
- AZURE_TENANT_ID
- STORAGE_ENDPOINT# Run the test
```
npm install
npm run test
```