This package has been deprecated

Author message:

Package is not developed anymore.

jest-additional-expectations
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

jest-additional-expectations

END OF DEVELOPMENT NOTICE - This package has been discontinued

Version Dependencies Build Coverage

Jest testing utilities.

https://sw.cowtech.it/jest-additional-expectations

Exported methods

General

  • expect(res).toBeObject()
  • expect(res).toBeArray()
  • expect(res).toBeEmpty()

HTTP

  • expect(res).toHaveHTTPStatus(200) (shorthand for expect(res.statusCode).toEqual(200))
  • expect(res).toBeJSON() (uses res.headers['content-type'])
  • expect(res).toBeText() (uses res.headers['content-type'])

ESM Only

This package only supports to be directly imported in a ESM context.

For informations on how to use it in a CommonJS context, please check this page.

Contributing to jest-additional-expectations

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

Copyright

Copyright (C) 2019 and above Shogun shogun@cowtech.it.

Licensed under the ISC license, which can be found at https://choosealicense.com/licenses/isc.

Readme

Keywords

Package Sidebar

Install

npm i jest-additional-expectations

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

10.4 kB

Total Files

12

Last publish

Collaborators

  • shogun_panda