v3.1.2
Enhancements
- New optional property
disable
in Interaction objectsexpects
to toggle expectation on Interactions (exercised or not).disable
is default set tofalse
.
expects: {
disable: false // default to false & optional field
}
- Bump pactum-matchers from 1.0.5 to 1.0.6
- Bump pactum from 3.1.1 to 3.1.2