Las operaciones basicas del repositorio de pause/cancel funcionan y

tienen test
This commit is contained in:
2026-04-07 15:40:19 +02:00
parent 7d88359263
commit 3956797020
3 changed files with 179 additions and 1 deletions

View File

@@ -53,7 +53,7 @@
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node --import tsx --test ./**/*.test.ts",
"dev": "tsx watch index.ts",
"build": "tsc --build && yarn tsc-alias -p tsconfig.json && cp .env package.json ../../dist/packages/sim-consumidor-objenious/",
"start": "node ../../dist/packages/sim-consumidor-objenious/index.js",