ts-jest
vite
ts-jest | vite | |
---|---|---|
20 | 878 | |
7,003 | 70,040 | |
0.4% | 1.9% | |
9.6 | 9.9 | |
6 days ago | 7 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
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.
ts-jest
-
Managing Software Project Complexity with Development Containers and Continuous Integration
Argument of type X is not assignable to parameter of type 'never' #2610
-
Effortless API Testing: Node.js Techniques for Next.js Route handlers
First, you can't use jest right out of the box, becuase Jest does not support ECMA script nor Typescript. For that, you need to use another dependency like ts-jest, which is a wrapper of jest itself. And maybe even a Babel preset if I need it to work with Babel.. Let's see what we have to do to get this to work.
-
In-Depth guide for TypeScript Library
use ts-jest and set up Paths Re-Map
-
Having issues with passing a Typed object to a func... TS isn't warning when properties of said arg are the wrong type
Jest's out of the box config for TS doesn't do any type checking. You can integrate https://kulshekhar.github.io/ts-jest/ or you can call ‘tsc’ yourself separately
-
Is using Jest for anything other than React a bad idea?
ts-jest has had some strange performance issues and workarounds in the past, though I haven’t used it very recently so it might have fixed those by now.
-
Test-Driven Infrastructure Development with Pulumi and Jest
Since we're working with TypeScript, we can use ts-jest, which conveniently brings Jest along for the ride:
-
Improve your Testing with Custom Matchers in Jest
I want to save you from manually copying the snippets one by one, so here is a Gist with the complete test file. This can be easily executed with Jest (or ts-jest for TypeScript).
- Testing Mongoose with Ts-Jest
-
A complete guide to full-stack live reload
See the Jest configuration docs to learn more about Jest configuration. ts-jest also has good documentation.
-
Setup Jest to React Typescript Vite project, also SWC (part 1)
Using @swc/jest to compile code to CommonJS is much faster than babel-jest, ts-jest which have long cold starts when executing tests in a large project.
vite
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
-
A Quick Intro to React.js
Tools like Vite should be used to build React components and JSX into a javascript bundle that can be executed in the browser.
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Start a new TypeScript project called ‘wasm-on-web’ with Vite (or your framework of choice, if any)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Astro Next.js Remix Vite Tanstack Start
-
17 Tips from a Senior React Developer
A simple React, Vite, and react-router setup can go a long way.
- Advanced React SSR Techniques with Streaming and Dynamic Data
-
List of Github Boilerplates
Repo: Vite React TypeScript Starter
-
Top 10 Vue.js libraries you should be using in 2025
Vite is a modern JavaScript build tool designed to provide a faster and leaner development experience for web projects. Pronounced “veet,” Vite is French for “quick” or “fast,” reflecting its focus on speed and efficiency.
- Vite is a fast front end build tool
What are some alternatives?
tsup - The simplest and fastest way to bundle your TypeScript libraries.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
esbuild - An extremely fast bundler for the web
gulp - A toolkit to automate & enhance your workflow
jest - Super-fast alternative for babel-jest or ts-jest without type checking. Please use main repository for issues
Next.js - The React Framework
tsc-esm-fix - Make Typescript projects compatible with esm/mjs requirements
parcel - The zero configuration build tool for the web. 📦🚀
svgr - Transform SVGs into React components 🦁 [Moved to: https://github.com/gregberge/svgr]
bob-esbuild - Building and Running TypeScript projects efficiently with rollup + esbuild
Refine - A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.