typedb-driver
typedb-driver copied to clipboard
Integration tests must be in Typescript and run via Bazel
Problem to Solve
Currently, the integration test suite is a) written in Javascript, and b) can only be executed via direct npm or node invocations.
Proposed Solution
The tests should be ported to Typescript, and Bazel targets should be provided to run them within the Bazel sandbox.