Testing Solid.js code beyond jest

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
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.
www.influxdata.com
featured
  • solid-primitives

    A library of high-quality primitives that extend SolidJS reactivity.

  • So you can have a look at the test in the solid-primitives repository.

  • uvu

    uvu is an extremely fast and lightweight test runner for Node.js and the browser

  • With uvu, a lot of these functions can be added through external helpers; some are shown in the examples, e.g. coverageand watch and some more not documented there like snoop to add spies.

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

    Easy breezy test spies fo sheezy. (by therealparmesh)

  • With uvu, a lot of these functions can be added through external helpers; some are shown in the examples, e.g. coverageand watch and some more not documented there like snoop to add spies.

  • jsdom

    A JavaScript implementation of various web standards, for use with Node.js

  • jsdom, full-featured, but slow, the default option in jest

  • happy-dom

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

  • happy-dom, more lightweight

  • linkedom

    A triple-linked lists based DOM implementation.

  • linkedom, fastest, but lacks essential features

  • vite

    Next generation frontend tooling. It's fast!

  • The vite server from the solidjs/templates/ts starter allows us to get the paths from asset imports. By now, you should now the drill and you could probably write src/compile-assets.ts yourself:

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tutorial: React + Emailjs

    2 projects | dev.to | 27 Mar 2024
  • React component testing with Vitest efficiently

    2 projects | dev.to | 21 Jun 2023
  • Task: Save Article to Markdown

    3 projects | dev.to | 2 Sep 2022
  • Migrating from Jest to Vitest

    5 projects | dev.to | 25 May 2022
  • Testing your Solid.js code in vitest

    5 projects | dev.to | 22 Feb 2022