Correccion de los test
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user