Skip to content

Commit d24e239

Browse files
committed
bug fix
1 parent 9228965 commit d24e239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/unittests/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function displayPromptToEnableTests(rootDir: string, outputChannel: vscod
125125
const no = `No`;
126126
const noNotAgain = `No, don't ask again`;
127127

128-
checkIfHasTestDirs(rootDir).then(hasTests => {
128+
return checkIfHasTestDirs(rootDir).then(hasTests => {
129129
if (!yes) {
130130
return Promise.reject(null);
131131
}

0 commit comments

Comments
 (0)