Skip to content

Commit

Permalink
chore: update bats location for 'bats' task in tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daantimmer committed Sep 30, 2024
1 parent 64d982c commit 755969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "bats",
"type": "shell",
"command": "bats --formatter junit test/test.bats | tee test-report.xml",
"command": "bats --formatter junit cucumber_cpp/integration_test/test.bats | tee test-report.xml",
"problemMatcher": []
}
]
Expand Down

0 comments on commit 755969e

Please sign in to comment.