Skip to content

Commit bedf094

Browse files
Merge branch 'feat/unit-tests-customization' of https://github.com/consistem/vscode-objectscript into feat/unit-tests-customization
2 parents 4ea5765 + 181181b commit bedf094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/unitTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface TestResult {
6060
* The text of the error that terminated
6161
* execution of this test.
6262
* Will be `undefined` if `status` is not `0` (failed).
63-
*/
63+
*/
6464
error?: string;
6565
/**
6666
* Optional collection of assertion results reported by the

0 commit comments

Comments
 (0)