Skip to content

Commit 479f70b

Browse files
authored
mention argument in extension test run() function (#214)
Fixes #213
1 parent addc23e commit 479f70b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export interface TestOptions {
7373
* When running the extension test, the Extension Development Host will call this function
7474
* that runs the test suite. This function should throws an error if any test fails.
7575
*
76+
* The first argument is the path to the file specified in `extensionTestsPath`.
77+
*
7678
*/
7779
extensionTestsPath: string;
7880

0 commit comments

Comments
 (0)