MCPcopy Create free account
hub / github.com/sql-js/sql.js / test_database.js

File test_database.js

test/test_database.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1exports.test = function(sql, assert, done) {
2 assert.notEqual(sql.Database, undefined, "Should export a Database object");
3
4 // Create a database

Callers

nothing calls this directly

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected