Skip to content

Commit

Permalink
mention argument in extension test run() function (#214)
Browse files Browse the repository at this point in the history
Fixes #213
  • Loading branch information
connor4312 authored Apr 14, 2023
1 parent addc23e commit 479f70b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export interface TestOptions {
* When running the extension test, the Extension Development Host will call this function
* that runs the test suite. This function should throws an error if any test fails.
*
* The first argument is the path to the file specified in `extensionTestsPath`.
*
*/
extensionTestsPath: string;

Expand Down

0 comments on commit 479f70b

Please sign in to comment.