bindings/javascript: Remove test suite

We have `testing/javascript` to test both the native bindings and
serverless driver, so let's use that instead.
This commit is contained in:
Pekka Enberg
2025-08-01 12:08:25 +03:00
parent 02db72cc2c
commit 845fc13d6e
5 changed files with 1 additions and 1061 deletions

View File

@@ -47,7 +47,7 @@
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava -s",
"test": "true",
"universal": "napi universalize",
"version": "napi version"
},