Anima - Vibe Coding for Product Teams β Build websites and apps with AI that understands design.
Build websites and apps with AI that understands design.
Promoted
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!* π§ͺπ