Matt Phillips
Matt Phillips
Going to close this as I don't think any of these issues are still valid with the latest release: https://www.npmjs.com/package/jest-expect-message/v/1.0.4 Please feel free to re-open / comment if the issues...
I'm not sure I see the full value of supporting a custom message callback. Given clients of this library will be invoking expect from within their test, they will have...
Thanks for noticing this, npm docs have been updated as of: https://www.npmjs.com/package/jest-expect-message/v/1.0.4
hi @talbronfer sorry this is a bit late 😅 but should be doable with the latest release with: https://github.com/mattphillips/jest-expect-message#usage
I've added this advice to the projects readme so will go ahead and close this. Thanks!
Thanks for the PR @DonIsaac. As part of the various issues/PRs I've added types to this package and docs for configuring them [see here](https://github.com/mattphillips/jest-expect-message#configure-typescript). So I'll go ahead and close...
Hi @mzkmzk thanks for the PR but I'm not sure we will want to support this as part of this library, worst case you can already do this from userland...
Thanks @madox2
Hey @RicardoJBarrios I don't use Typescript, is it possible to do as @sabrehagen suggested and add the type definition to this project and override Jest's types? Happy to accept any...
I've added a typescript setup instructions to the readme: https://github.com/mattphillips/jest-expect-message#configure-typescript and defined the types as part of this library so will go ahead and close this.