You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration tests always create DB instances using the db constructor, and thus skip most of the code in the node package (as well as testing using internal funcs).
Change this to use the node package and the public options within it.
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#2634
## Description
Tests node pkg constructor via integration test suite instead of
bypassing it and directly creating `db` instances via the `db` package.
The integration tests always create DB instances using the
db
constructor, and thus skip most of the code in thenode
package (as well as testing using internal funcs).Change this to use the
node
package and the public options within it.The text was updated successfully, but these errors were encountered: