0.3.1 • Published 4 years ago

@cowtech/cera v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

cera

Package Version Dependency Status

Jest testing utilities.

https://github.com/cowtech/cera

END OF DEVELOPMENT NOTICE

This package has been discontinued and will be continued as 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'])

Contributing to cera

  • 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.

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

5 years ago

0.1.0

5 years ago