Skip to content

Commit 48d75c6

Browse files
committed
feat: Use a proper tap parser to parse test results
qttest-utils no longer uses regexp. This fixes Q_EXPECT_FAILURE. Bumping minor version since it's a big change under the hood.
1 parent baea13c commit 48d75c6

File tree

2 files changed

+83
-12
lines changed

2 files changed

+83
-12
lines changed

package-lock.json

Lines changed: 82 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "^5.4.4"
3636
},
3737
"dependencies": {
38-
"@iamsergio/qttest-utils": "2.2.2",
38+
"@iamsergio/qttest-utils": "2.3.0",
3939
"@types/node": "18.x",
4040
"@types/vscode": "^1.75.0",
4141
"vscode-cmake-tools": "^1.0.0"

0 commit comments

Comments
 (0)