All Projects → HugoDF → jest-handbook-examples

HugoDF / jest-handbook-examples

Licence: MIT License
Examples for The Jest Handbook

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jest-handbook-examples

noov.js
📦 noov.js for react ssr solution
Stars: ✭ 18 (+28.57%)
Mutual labels:  jest, jest-tests
jest-mock-date-examples
Different approaches to mocking the Date in Jest tests
Stars: ✭ 22 (+57.14%)
Mutual labels:  jest, jest-tests
jest-wrap
Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.
Stars: ✭ 35 (+150%)
Mutual labels:  jest, jest-tests
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (+35.71%)
Mutual labels:  jest
Jest-CSS-Modules
A Jest script processor that prevents CSS module parse errors.
Stars: ✭ 75 (+435.71%)
Mutual labels:  jest
match-screenshot
A simple Jest or Chai matcher to compare screenshots, using Applitools Eyes
Stars: ✭ 14 (+0%)
Mutual labels:  jest
egghead-bookshelf
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Stars: ✭ 28 (+100%)
Mutual labels:  jest
react-testing-talk
No description or website provided.
Stars: ✭ 12 (-14.29%)
Mutual labels:  jest
jest-pact
A Pact adaptor for to allow you to easily run tests with Jest
Stars: ✭ 58 (+314.29%)
Mutual labels:  jest
mocking-with-jest
API Testing with Jest
Stars: ✭ 41 (+192.86%)
Mutual labels:  jest-tests
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (+464.29%)
Mutual labels:  jest
nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (+528.57%)
Mutual labels:  jest
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (+14.29%)
Mutual labels:  jest
reducer-tester
Utilities for testing redux reducers
Stars: ✭ 19 (+35.71%)
Mutual labels:  jest
automock
A library for testing classes with auto mocking capabilities using jest-mock-extended
Stars: ✭ 26 (+85.71%)
Mutual labels:  jest
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+107.14%)
Mutual labels:  jest
cookiecutter-flask-react
Cookiecutter for a Flask+React project
Stars: ✭ 22 (+57.14%)
Mutual labels:  jest
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (+42.86%)
Mutual labels:  jest
jest-dashboard
Command Line Dashboard for Jest
Stars: ✭ 61 (+335.71%)
Mutual labels:  jest
awesome-javascript-testing
🔧 Awesome JavaScript testing resources
Stars: ✭ 28 (+100%)
Mutual labels:  jest

Requirements

  • Node 10
  • Yarn 1.x or npm

Setup

  1. Clone the repository
  2. Run yarn or npm install installs all required dependencies.

npm scripts

Equivalent npm run <script> should also work

  • yarn lint will lint all of the files with xo
  • yarn format will run lint with --fix option on all the examples files (and tests).

LICENSE

Code is licensed under the MIT License.

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