Veve

Veve

A zero-config, type-safe testing framework and runner!

6 followers

A zero-config, type-safe, TypeScript-native testing framework and runner !
Veve gallery image
Free
Launch tags:Open Sourceβ€’Software Engineeringβ€’GitHub
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

A. Shaheen
Maker
πŸ“Œ
## πŸš€ Introducing Veve: Your TypeScript Testing Superhero! πŸ¦Έβ€β™‚οΈπŸ¦Έβ€β™€οΈ Say goodbye to complex configurations and hello to **Veve**β€”the zero-config, type-safe, TypeScript-native testing framework that's here to save your day! πŸ›‘οΈβœ¨ ### 🌟 Why Choose Veve? - **Zero Configuration**: Start testing without the hassle of setup. Just install and go! πŸŽ‰ - **TypeScript Native**: Enjoy seamless integration with TypeScript for type-safe tests. πŸ› οΈ - **Flexible Assertions**: Use our built-in assertions or bring your favorite library along. πŸ“š - **Blazing Fast**: Lightweight and efficient, Veve runs your tests at lightning speed. ⚑ ### πŸ› οΈ Quick Start Guide 1. **Install Veve Globally**: ```bash npm install -g veve ``` *Or use the setup wizard*: ```bash npx veve-setup ``` 2. **Write Your First Test**: ```typescript import { assert } from "veve"; it("should add two numbers", () => { const add = (a: number, b: number): number => a + b; assert(add(1, 2)).toBe(3); }); run(); ``` 3. **Run Your Tests**: ```bash veve ``` And watch your tests pass with flying colors! πŸŒˆβœ… ### πŸ“š Learn More Dive deeper into Veve's features and capabilities: - **Documentation**: [Explore the Docs](https://veveoss.vercel.app/docs) - **GitHub Repository**: [View on GitHub](https://github.com/solo-fox/veve) - **npm Package**: [Check it out on npm](https://www.npmjs.com/package/veve) Join the growing community of developers who trust Veve for their TypeScript testing needs. Let's build robust applications together! πŸ’ͺπŸš€ *Happy Testing!* πŸ§ͺπŸŽ‰