Tag

vitest

1 views collected around this technical thread.

ByteFE
ByteFE
Mar 12, 2025 · Frontend Development

AI-Assisted Unit Testing in Frontend Development: Best Practices with Cursor and Vitest

This comprehensive technical guide explores how to leverage AI-powered coding assistants like Cursor to efficiently generate high-quality unit tests for modern frontend applications, detailing essential frameworks, structural patterns, and practical optimization techniques.

AI-assisted codingCursorReact Testing
0 likes · 26 min read
AI-Assisted Unit Testing in Frontend Development: Best Practices with Cursor and Vitest
Code Mala Tang
Code Mala Tang
Sep 2, 2024 · Backend Development

How to Publish a Fully Production‑Ready npm Package from Scratch

This step‑by‑step guide shows how to initialize a Git repository, configure TypeScript, Prettier, Vitest, CI with GitHub Actions, set up package metadata, use Changesets for versioning, and finally build and publish a production‑ready npm package.

CIGitHub ActionsPrettier
0 likes · 19 min read
How to Publish a Fully Production‑Ready npm Package from Scratch
Code Mala Tang
Code Mala Tang
Aug 29, 2024 · Backend Development

How to Publish a Fully Production‑Ready TypeScript Package to npm

This step‑by‑step guide shows how to create, configure, test, and publish a TypeScript npm package using Git, Prettier, tsup, Vitest, GitHub Actions CI, and Changesets for versioning and release automation.

CIGitHub ActionsPrettier
0 likes · 25 min read
How to Publish a Fully Production‑Ready TypeScript Package to npm