Moves mock GitHub API to /common (#2728)

* Move mock GitHub API to /common

* Rename MRVA mock scenarios

* Update mock GitHub API docs
This commit is contained in:
Charis Kyriakou
2023-08-21 08:49:27 +01:00
committed by GitHub
parent 36259b21db
commit 4a752d27c4
137 changed files with 35 additions and 32 deletions

View File

@@ -133,4 +133,4 @@ Once the scenario has been recorded, it's often useful to remove some of the req
### Scenario data location
Pre-recorded scenarios are stored in `./src/variant-analysis/github-api/mocks/scenarios`. However, it's possible to configure the location, by setting the `codeQL.mockGitHubApiServer.scenariosPath` configuration property in the VS Code user settings.
Pre-recorded scenarios are stored in `./src/common/mock-gh-api/scenarios`. However, it's possible to configure the location, by setting the `codeQL.mockGitHubApiServer.scenariosPath` configuration property in the VS Code user settings.