This folder contains test which are real-time.
Following are the steps to run the tests in the test/development folder.
- Rename the secrets.sample.ts to secrets.ts
- Go to Graph Explorer.
- Login with the account you want to use to run the unit tests.
- Click on the Access token tab option to get an access token.
- Copy the access token and put it into the secrets.ts file and save.
- Run the script
npm run test:development
.