Jest

Open-source projects categorized as Jest

Top 23 Jest Open-Source Projects

  • nodebestpractices

    :white_check_mark: The Node.js best practices list (February 2024)

  • Project mention: 10 GitHub Repos for Mastering JavaScript | dev.to | 2024-04-19

    Repository: goldbergyoni/nodebestpractices

  • javascript-testing-best-practices

    πŸ“—πŸŒ 🚒 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

  • Project mention: Comprehensive and exhaustive JS & Node.js testing best practices (July 2023) | /r/softwarecrafters | 2023-11-30
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • js-stack-from-scratch

    πŸ› οΈβš‘ Step-by-step tutorial to build a modern JavaScript stack.

  • Enzyme

    JavaScript Testing utilities for React

  • Project mention: The best testing strategies for frontends | dev.to | 2024-04-22

    Probably Enzyme was the first to popularize component testing in React by doing shallow rendering and expecting some things to be there in the React component tree. Then React Testing library came and took component testing to a whole new level.

  • front-end-guide

    πŸ“š Study guide and introduction to the modern front end stack.

  • noodle

    Open Source Education Platform

  • Project mention: Moodle: Open-Source LMS | news.ycombinator.com | 2023-07-16

    There is a (hillariously named) alternative noodle [1] that aims to compete in this space. It is under development but looks polished.

    [1] https://noodle.run

  • tsdx

    Zero-config CLI for TypeScript package development

  • Project mention: ReactJS Good Practices | dev.to | 2023-11-01

    tsdx - Zero-config CLI for TypeScript package development

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ts-jest

    A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.

  • Project mention: In-Depth guide for TypeScript Library | dev.to | 2023-11-13

    use ts-jest and set up Paths Re-Map

  • node-express-boilerplate

    A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

  • parser

    πŸ“œ Extract meaningful content from the chaos of a web page

  • Project mention: Show HN: I made a tool to clean and convert any webpage to Markdown | news.ycombinator.com | 2024-04-14

    Thoroughly scraping is challenging, especially in an environment where you don’t have (or want) a JavaScript runtime.

    For content extraction, I found the approach the Postlight library takes quite neat. It scores individual html nodes based on some heuristics (text length, link density, css classes). It the selects the nodes with the highest score. [1] I ported it to Swift for a personal read later app.

    [1] https://github.com/postlight/parser

  • jest-cheat-sheet

    Jest cheat sheet

  • pepperoni-app-kit

    Pepperoni - React Native App Starter Kit for Android and iOS

  • jest-dom

    :owl: Custom jest matchers to test the state of the DOM

  • Project mention: Unit tests in React with Jest and Testing Library | dev.to | 2024-04-29

    Tests structure Queries Roles User events Matchers Jest Matchers testing-library Mock functions

  • jest-image-snapshot

    ✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.

  • Project mention: How to test chart components in react? | /r/react | 2023-12-10

    You can give a try about visual testing. I think about Cypress components and Cypress Image snapshot or Jest Image snapshot (not DOM testing)

  • jest-puppeteer

    Run tests using Jest & Puppeteer πŸŽͺ✨

  • learning-react

    The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media

  • express-typescript-boilerplate

    A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

  • nodejs-integration-tests-best-practices

    βœ… Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

  • react-native-testing-library

    πŸ¦‰ Simple and complete React Native testing utilities that encourage good testing practices.

  • Project mention: Unit Testing Expo Apps With Jest | dev.to | 2024-02-20

    Testing library: @testing-library/react-native

  • happy-dom

    A JavaScript implementation of a web browser without its graphical user interface

  • Project mention: Vitest In-Source Testing for SFC in Vue? | dev.to | 2024-04-16

    Next we’ll install Vitest and happy-dom to the project by running:

  • vscode-jest

    The optimal flow for Jest based testing in VS Code

  • vuesion

    Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.

  • ts-nextjs-tailwind-starter

    πŸ”‹ Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jest related posts

  • Why I rarely use `getByRole`: Testing Library and the first rule of ARIA

    1 project | dev.to | 3 May 2024
  • Unit tests in React with Jest and Testing Library

    1 project | dev.to | 29 Apr 2024
  • Observable API Testing with YAML using Echoed

    1 project | dev.to | 22 Feb 2024
  • Ask HN: Best training/conference you attended?

    1 project | news.ycombinator.com | 28 Jan 2024
  • Echoed: Observable Integration Testing with OpenTelemetry

    1 project | dev.to | 18 Jan 2024
  • Unit Test Like a Pro: Automock, My Open Source Answer to Mocking Frustration πŸ€“πŸ’‘πŸŽ­

    1 project | dev.to | 12 Dec 2023
  • Show HN: Automock – Open-Source Project for Simpler Unit Testing in TypeScript

    2 projects | news.ycombinator.com | 11 Dec 2023
  • A note from our sponsor - SurveyJS
    surveyjs.io | 8 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more β†’

Index

What are some of the best open-source Jest projects? This list will help you:

Project Stars
1 nodebestpractices 96,436
2 javascript-testing-best-practices 23,552
3 js-stack-from-scratch 20,041
4 Enzyme 19,961
5 front-end-guide 15,086
6 noodle 11,317
7 tsdx 11,162
8 ts-jest 6,853
9 node-express-boilerplate 6,508
10 parser 5,276
11 jest-cheat-sheet 5,251
12 pepperoni-app-kit 4,636
13 jest-dom 4,298
14 jest-image-snapshot 3,781
15 jest-puppeteer 3,519
16 learning-react 3,498
17 express-typescript-boilerplate 3,218
18 nodejs-integration-tests-best-practices 3,202
19 react-native-testing-library 2,964
20 happy-dom 2,938
21 vscode-jest 2,810
22 vuesion 2,768
23 ts-nextjs-tailwind-starter 2,671

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com