All Projects → enzymejs → Enzyme Matchers

enzymejs / Enzyme Matchers

Licence: mit
Jasmine/Jest assertions for enzyme

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Enzyme Matchers

Jasmine Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
Stars: ✭ 552 (-37.34%)
Mutual labels:  jest, unit-testing, tdd, jasmine
Enzyme To Json
Snapshot test your Enzyme wrappers
Stars: ✭ 954 (+8.29%)
Mutual labels:  jest, unit-testing, enzyme
Testdeck
Object oriented testing
Stars: ✭ 206 (-76.62%)
Mutual labels:  jest, tdd, jasmine
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (-85.93%)
Mutual labels:  jest, tdd, jasmine
automock
A library for testing classes with auto mocking capabilities using jest-mock-extended
Stars: ✭ 26 (-97.05%)
Mutual labels:  unit-testing, jest, tdd
angular-unit-testing-examples
Showroom for different Angular unit testing concepts
Stars: ✭ 19 (-97.84%)
Mutual labels:  unit-testing, jasmine, jest
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (-24.86%)
Mutual labels:  jest, tdd, jasmine
testing-reactjs-examples
🧪 "What should we test in our React components" - presentation examples.
Stars: ✭ 23 (-97.39%)
Mutual labels:  unit-testing, enzyme, jest
react-testing-talk
No description or website provided.
Stars: ✭ 12 (-98.64%)
Mutual labels:  unit-testing, enzyme, jest
Sazerac
Data-driven unit testing for Jasmine, Mocha, and Jest
Stars: ✭ 322 (-63.45%)
Mutual labels:  jest, unit-testing, jasmine
Javascript Data Structures And Algorithms
Exercises, algorithms
Stars: ✭ 26 (-97.05%)
Mutual labels:  jest, tdd
Unit Testing Tips
Unit testing tips by examples in PHP
Stars: ✭ 318 (-63.9%)
Mutual labels:  unit-testing, tdd
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (-58.68%)
Mutual labels:  jest, tdd
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (-59.36%)
Mutual labels:  jest, enzyme
Enzyme
JavaScript Testing utilities for React
Stars: ✭ 19,781 (+2145.29%)
Mutual labels:  jest, enzyme
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+2108.63%)
Mutual labels:  unit-testing, tdd
Relay Testing Utils
Easy to use relay mock and unit testing tool (works with Jest & Enzyme)
Stars: ✭ 13 (-98.52%)
Mutual labels:  jest, enzyme
React Vt
Data-driven visual testing library for React developers
Stars: ✭ 340 (-61.41%)
Mutual labels:  tdd, enzyme
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (-52.21%)
Mutual labels:  jest, enzyme
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (-52.44%)
Mutual labels:  unit-testing, tdd

enzyme-matchers

License Travis CI Maintenance Status

Overview

This is an assertion library for enzyme to simplify your tests, and make them more readable.

This library supports several testing frameworks including Jest and Jasmine.

Want to add support for another testing framework? Check out our contributing doc!

Readme's for each package:

Development

Setup

$ git clone <this repo>
$ cd enzyme-matchers
$ npm install
$ lerna bootstrap

Tests

Linters:

$ npm run lint

Tests:

$ npm test

Contributing

We want to make this assertion library as robust and complete as possible. If you think that there are missing features/assertions, please open a GitHub issue or even better - a PR.

This project uses lerna

Bug reports and pull requests are welcome on GitHub. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

 _________________
< The MIT License >
 -----------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Maintenance Status

Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

Publishing Steps

  1. Create a branch with version name. e.g., Release7.1.1
  2. Edit CHANGELOG.md with entries (associating change to each github username to credit changes!)
  3. Commit change as "Changelog 7.1.1'
  4. Push branch to github
  5. Deploy by running lerna publish and follow prompts. Always publish all packages.
  6. Create PR in github for Release7.1.1 branch
  7. PR description should follow the template of 🎉 Thanks @_users_who_contributed_, ... 🎉. Here is an example
  8. Squash and merge (otherwise we get 2 commits)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].