File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # These tests for the for parameter-* and ex-path* snippets.
2
- # These tests also demonstrate how you can create a tasks.json
3
- # file in your workspace folder's .vscode directory to easily
4
- # run your Pester tests. See the examples\.vscode\tasks.json file .
1
+ # These Pester tests are for the for parameter-* and ex-path* snippets.
2
+ # Take a look at the .vscode\tasks.json file to see how you can create
3
+ # and configure a test task runner that will run all the Pester tests
4
+ # in your workspace folder .
5
5
6
- # To run these Pester tests, press Ctrl+Shift+T which will run the
7
- # "test" task defined in .vscode\tasks.json. Or press Ctrl+Shift+P,
8
- # type " test" and select "Tasks: Run Test Task" .
6
+ # To run these Pester tests, press Ctrl+Shift+T or press Ctrl+Shift+P,
7
+ # type "test" and select "Tasks: Run Test Task". This will invoke the
8
+ # test task runner defined in .vscode\tasks.json .
9
9
10
10
# This (empty) file is required by some of the tests.
11
11
$null = New-Item - Path ' foo[1].txt' - Force
You can’t perform that action at this time.
0 commit comments