Correccion de los test

This commit is contained in:
2026-03-18 12:03:53 +01:00
parent a470404046
commit e9c0549b7c
6 changed files with 81 additions and 29 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "tsx --test --watch",
"test": "tsx --test",
"test:node": "node --import tsx --test --test-reporter spec --test-force-exit",
"dev": "tsx src/main.ts",
"build": "tsc",
"build:esbuild": "esbuild --bundle src/main.ts --outdir=dist --platform=node --format=esm --packages=external",