fix(node) Unit tests hangs and don't exit (#396)

This commit is contained in:
gsilvestrin
2023-08-04 20:18:23 -07:00
committed by GitHub
parent bbfadfe58d
commit b69b1e3ec8
5 changed files with 41 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"tsc": "tsc -b",
"build": "cargo-cp-artifact --artifact cdylib vectordb-node index.node -- cargo build --message-format=json",
"build-release": "npm run build -- --release",
"test": "npm run tsc && mocha -recursive dist/test",
"test": "npm run tsc && mocha -recursive dist/test --exit",
"lint": "eslint native.js src --ext .js,.ts",
"clean": "rm -rf node_modules *.node dist/",
"pack-build": "neon pack-build",