Skip to content

Commit 8ca9391

Browse files
committed
Mention what "it" means
1 parent ec8066a commit 8ca9391

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/ql-vscode/docs/test-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ choose to go through some of the Optional Test Cases.
2323
### Test Case 1: MRVA - Running a problem path query and viewing results
2424

2525
1. Open the [UnsafeJQueryPlugin query](https://github.com/github/codeql/blob/main/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql).
26-
2. Run it against the following repo list:
26+
2. Run a MRVA against the following repo list:
2727
```
2828
"test-repo-list": [
2929
"angular-cn/ng-nice",
@@ -47,7 +47,7 @@ choose to go through some of the Optional Test Cases.
4747
### Test Case 2: MRVA - Running a problem query and viewing results
4848

4949
1. Open the [ReDoS query](https://github.com/github/codeql/blob/main/javascript/ql/src/Performance/ReDoS.ql).
50-
2. Run it against the "Top 10" repositories.
50+
2. Run a MRVA against the "Top 10" repositories.
5151
3. Check the notification message. It should:
5252
- Show the number of repos that are going to be queried
5353
- Provide a link to the actions workflow
@@ -62,7 +62,7 @@ choose to go through some of the Optional Test Cases.
6262
### Test Case 3: MRVA - Running a non-problem query and viewing results
6363

6464
1. Open the [FunLinesOfCode query](https://github.com/github/codeql/blob/main/cpp/ql/src/Metrics/Functions/FunLinesOfCode.ql).
65-
2. Run it against a single repository (e.g. `google/brotli`).
65+
2. Run a MRVA against a single repository (e.g. `google/brotli`).
6666
3. Once the query starts:
6767
- Open the query results
6868
- Check that the results show up in a table:

0 commit comments

Comments
 (0)