summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/js/db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/db.js b/tests/js/db.js
index 3a42b1f..c99dd1b 100644
--- a/tests/js/db.js
+++ b/tests/js/db.js
@@ -5,7 +5,7 @@ const { init } = require("../../src/db.js");
const test_init = t => {
t.start("init()");
t.test("FIXME", () => {
- init();
+ // init();
});
};