From c36bf8e3577da31cf6d575879c7e92d3e9c7e4f1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 23 Feb 2024 06:05:19 -0300 Subject: Big cleanup - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. --- tests/js/ircd.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/js/ircd.js (limited to 'tests/js/ircd.js') diff --git a/tests/js/ircd.js b/tests/js/ircd.js deleted file mode 100644 index 08bb6dc..0000000 --- a/tests/js/ircd.js +++ /dev/null @@ -1,7 +0,0 @@ -const { runTests } = require("../runner.js"); -const { } = require("../../src/ircd.js"); - -const tests = [ -]; - -runTests(tests); -- cgit v1.2.3