diff options
Diffstat (limited to 'tests/js/db.js')
-rw-r--r-- | tests/js/db.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/js/db.js b/tests/js/db.js deleted file mode 100644 index c99dd1b..0000000 --- a/tests/js/db.js +++ /dev/null @@ -1,16 +0,0 @@ -const { runTests } = require("../runner.js"); -const { init } = require("../../src/db.js"); - - -const test_init = t => { - t.start("init()"); - t.test("FIXME", () => { - // init(); - }); -}; - -const tests = [ - test_init, -]; - -runTests(tests); |