haskell-links
Exploratory project to gather Haskell links (by simonmichael)
jest
Delightful JavaScript Testing. (by jestjs)
haskell-links | jest | |
---|---|---|
7 | 511 | |
10 | 44,462 | |
- | 0.2% | |
3.0 | 9.1 | |
3 months ago | 4 days ago | |
PHP | TypeScript | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
haskell-links
Posts with mentions or reviews of haskell-links.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-21.
- Ask HN: What resources do you recommend for learning Haskell?
-
Announcing "Practical Haskell Bits" initiative
I've made sure both of these are added to https://haskell-links.org .
-
Best way to learn Haskell
Since this kind of question is pretty common, there's a website with a collection of many available resources: https://haskell-links.org/
-
Materials for motivating learning to program in Haskell?
https://haskell-links.org is a fast way to find a bunch of resources.
-
How do I start learning Haskell?
Aside from the obvious official website, https://haskell-links.org is a good place to find many learning resources.
-
Text-Mode Games as First Haskell Projects
A great post for beginners, I feel like posts like this shouldn't get lost in the archives, but should be easier to reach. Perhaps we should add a link to it somewhere, like haskell-links.org.
-
ANN: haskell-links.org - searchable links db
The project readme is a good read: https://github.com/simonmichael/haskell-links
jest
Posts with mentions or reviews of jest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-13.
-
Jest: A Delightful JavaScript Testing Framework
To quote the Jest Core Team, "Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase." [1] Regarding software development, testing code provides a safety net that can prevent bugs and improve the code written. Setting up team workflows using Test Driven Development and Continuous Integration requires a reliable testing framework. Throughout this article, I will go over the strengths of Jest, the downsides, tips for setting up a test suite, and how to write tests.
-
Building Static HTML Pages with JSX Server-Side Rendering
Testing your code shouldn't be a chore. Inspired by Jest and Bun's test runner, Query's built-in test suite makes testing seamless. With familiar functions like test, describe, and expect, writing and managing tests without extra tools is easy.
-
Lessons Learned from Building Mobile Apps and Software for Startups
Automated testing ensures your code works as intended and helps to mitigate against regressions. For web applications, tools like Jest for JavaScript or Cypress for end-to-end testing can save hours of debugging.
-
Five Advanced Techniques to Improve Automated Testing by 50%
Note, however, that off-the-shelf solutions rarely fit perfectly. So, you should think of how to tailor frameworks to your needs. For example, you can implement custom reporters in Jest to enhance your test output with tailored reporters. You could also implement extended assertions in Chai to add domain-specific assertions to your framework.
-
React + AI Stack for 2025
We're not skimping on testing. Here's the trifecta: Vitest is faster than Jest and works with ES modules out of the box. React Testing Library is still great for component testing, helping you catch accessibility issues and test like a user would. For end-to-end testing, Playwright is awesome, handling multiple browsers, visual testing, network stuff, and mobile device emulation without the flaky tests.
-
Comprehensive Guide to React Testing: From Fundamentals to Advanced Techniques
Jest Documentation
-
Angular vs. React vs. Vue
Apart from that, there is a lot of common ground regarding testing. All three contenders support the testing tools that many of you use and love, whether it is Jest, Jasmine, and Mocha for unit testing or Cypress, Playwright, and — of course — Selenium for end-to-end testing, among others. A shallow learning curve will be ahead if you want to use these testing tools.
-
React Developer Resources
Jest
-
Playwright and Chrome Browser Testing in Heroku
The example setup from the blog post was a React app tested with Puppeteer and Jest. That’s a great start … but what if I use Playwright instead of Puppeteer? Is it possible?
-
React Testing: A Comprehensive Guide for Developers
Jest is a JavaScript testing framework created by Facebook and is the most common testing framework for React. Jest comes with built-in assertion functions, test runners, and mock capabilities, making it an excellent choice for testing React components. It's fast, easy to set up, and integrates seamlessly with other testing libraries.
What are some alternatives?
When comparing haskell-links and jest you can also consider the following projects:
haskell-exercises - A little course to learn about some of the more obscure GHC extensions.
tap - Test Anything Protocol tools for node
practical-haskell - A collection of Practical Haskell bits.
vitest - Next generation testing framework powered by Vite.
haskell - Exercism exercises in Haskell.
Cucumber.js - Cucumber for JavaScript
fp-course - Functional Programming Course
mocha - ☕️ simple, flexible, fun javascript test framework for node.js & the browser
FP-Course-ITMO - Slides and other materials for functional programming lectures ITMO university
nyc - the Istanbul command line interface
haskell-amuse-bouche - A short technical talk about some fun things in Haskell
Sinon.JS - Test spies, stubs and mocks for JavaScript.