-
Notifications
You must be signed in to change notification settings - Fork 521
Commit f5c3354
authored
Fix Pester
We're passing the full path of the test file to the invocation script,
so we do not need to (nor should we, as it could be difficult to
workaround) change the location before running the tests. This just
means not passing a value for `cwd` in the launch configuration.Test/Debug
code lenses to now change directory (#3852)1 parent 48e5295 commit f5c3354
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | - | ||
95 | - | ||
96 | - | ||
97 | - | ||
98 | - | ||
94 | + | ||
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
|
0 commit comments