Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"packages/case-plugin-base": "0.29.1",
"packages/case-plugin-dsl-types": "0.29.1",
"packages/case-entities": "0.29.1",
"packages/contract-case-jest": "0.29.1",
"packages/contract-case-dsl-js-internals": "0.29.1",
"packages/contract-case-dsl-js": "0.29.1",
"packages/contract-case-dsl-js-jest": "0.29.1",
"packages/contract-case-dsl-js-vitest": "0.29.1",
"packages/documentation": "0.29.1",
".": "0.29.1",
"packages/contract-case-cli": "0.29.1",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feedback on the ContractCase API / DSL and (especially) naming
conventions very welcome. However, the following caveats should be kept in mind:

1. ContractCase doesn't currently support merging of contracts. This means that each contract must be defined in one test file (per contract).
1. ContractCase currently is only compatible with Jest (js/ts) and JUnit (java).
1. ContractCase currently is only compatible with Jest and Vitest (js/ts) and JUnit (java).
1. ContractCase currently only has minimal broker support. It supports the Pact
broker, although the Pact broker isn't able to render ContractCase contracts
in the UI.
Expand Down
Loading
Loading