An open API service indexing awesome lists of open source software.

https://github.com/flashamarillo/overview-react-tdd

proyecto usando TDD para un componente de react, configuración del entorno de pruebas usando Vitest y typescript
https://github.com/flashamarillo/overview-react-tdd

Last synced: 11 months ago
JSON representation

proyecto usando TDD para un componente de react, configuración del entorno de pruebas usando Vitest y typescript

Awesome Lists containing this project

README

          

# overview_tdd

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.