TEO

Test of Expected Output

TEO es un framework de testing unitario diseñado para TDD (Test-Driven Development) y validación post-refactor.

Características

Instalación

npm install teo

Uso Básico

import test from 'teo'; const rutineResult = await test('/path/to/_teo', 'rutine-name-id'); console.log(rutineResult);