We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bda814 commit 88cabc4Copy full SHA for 88cabc4
src/features/PesterTests.ts
@@ -62,7 +62,7 @@ export class PesterTestsFeature implements IFeature {
62
`Would you like to ${runInDebugger ? "debug" : "run"} all the tests in this file?`,
63
"Yes", "No");
64
65
- if (answer === "No") {
+ if (answer !== "Yes") {
66
return;
67
}
68
0 commit comments