Releases: vtex/test-tools
Releases Β· vtex/test-tools
v3.4.1
Bug fixes
- Change cypress folder to the
/src
path.
v3.3.2
Bug fixes
- Fix a
SyntaxError
in JavaScript test files, due to a misconfiguration of the const enums babel plugin. (@lucasecdb in #41)
v3.2.0
Features
- Consume hooks specific testing utils via the new
hooks
export! (@kaisermann in #37).
Bug fixes
- Typings for
jest
, @testing-library/jest-dom
matchers are now fixed! (@kaisermann in #37).
v3.1.0
Features
- Get the
coverageThreshold
configuration from package.json file. You can now customize the coverageThreshold
configuration from your package.json
file! Just create the jest
property and add the configuration inside it. (@Maik3345 in #31)
v3.0.0
Breaking Changes
- You no longer can pass
MockedProvider
to the options
parameter in render
.
- Upgraded
react-intl
to v3 and moved it to a peer dependency.
- Moved
@apollo/react-testing
package to the peer dependencies.
v2.0.0
Changes
- Add
MockedProvider
to options
parameter in render
.
Breaking changes
- Upgrade
react-apollo
dependency to v3.0.0