Skip to content

Commit

Permalink
fix: udpate test error message
Browse files Browse the repository at this point in the history
there are still cases where people cannot get test result because
of the same test full name, where ancestors' names are included
  • Loading branch information
zxch3n committed May 26, 2022
1 parent b36358f commit 4b89bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ async function runTest(
testCase,
new vscode.TestMessage(
'Test result not found. \r\n'
+ 'Are there tests with the same name?'
+ 'Can you run vitest successfully on this file? Does it need custom option to run?',
),
)
Expand Down

0 comments on commit 4b89bb3

Please sign in to comment.