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
filename : test/test_runner.js line # : 38 tag : todo md5 : d07207f6c68c08e5df34b85bdbc50288
// [todo] - move tests out of tests.sql and into their own module
function loadTests (client) {
client.query(tests, function (err) {
if (err) {
console.error('could not load tests', err.toString());
client.end();
return;
}
runTests(client);
});
}
function runTests (client) {
client.query("SELECT mongolike_tests()", function (err, results) {
client.end();
The text was updated successfully, but these errors were encountered:
filename : test/test_runner.js
line # : 38
tag : todo
md5 : d07207f6c68c08e5df34b85bdbc50288
The text was updated successfully, but these errors were encountered: