All Projects → simpletut → Testing React Redux With Jest And Enzyme

simpletut / Testing React Redux With Jest And Enzyme

React Redux Testing Template using Jest and Enzyme

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Testing React Redux With Jest And Enzyme

Bs Enzyme
Bucklescript bindings for Enzyme
Stars: ✭ 35 (-84.37%)
Mutual labels:  jest, enzyme
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-3.57%)
Mutual labels:  jest, enzyme
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (-80.8%)
Mutual labels:  jest, enzyme
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+293.3%)
Mutual labels:  jest, enzyme
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (-40.62%)
Mutual labels:  jest, enzyme
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-91.07%)
Mutual labels:  jest, enzyme
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-72.32%)
Mutual labels:  jest, enzyme
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (+87.95%)
Mutual labels:  jest, enzyme
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-48.21%)
Mutual labels:  jest, enzyme
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (-62.95%)
Mutual labels:  jest, enzyme
Relay Testing Utils
Easy to use relay mock and unit testing tool (works with Jest & Enzyme)
Stars: ✭ 13 (-94.2%)
Mutual labels:  jest, enzyme
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-40.18%)
Mutual labels:  jest, enzyme
React Generate Props
Generate default props based on your React component's PropTypes
Stars: ✭ 23 (-89.73%)
Mutual labels:  jest, enzyme
Enzyme To Json
Snapshot test your Enzyme wrappers
Stars: ✭ 954 (+325.89%)
Mutual labels:  jest, enzyme
Snapchat Clone
👻 A SnapChat clone built with React, Redux and Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
Stars: ✭ 770 (+243.75%)
Mutual labels:  jest, enzyme
Testing Jest Enzyme
List of components and tests for post "React Components Testing with Jest & Enzyme"
Stars: ✭ 54 (-75.89%)
Mutual labels:  jest, enzyme
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.82%)
Mutual labels:  jest, enzyme
Enzyme
JavaScript Testing utilities for React
Stars: ✭ 19,781 (+8730.8%)
Mutual labels:  jest, enzyme
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-70.54%)
Mutual labels:  jest, enzyme
React Test Demo
React test demo with Jest and Enzyme
Stars: ✭ 134 (-40.18%)
Mutual labels:  jest, enzyme

React Redux Testing Template using Jest and Enzyme

The purpose of this project is to demonstrate how to properly implement a test first approch (TDD) to coding with react and redux.

Within this project you will find examples of testing:

  • Connected and unconnected components
  • Component state and Redux state
  • Action creators and reducers
  • Complex action creators that use Redux Thunk and Axios
  • Action creators called from connected components
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].