summaryrefslogtreecommitdiff
path: root/tests/js/ircd.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/ircd.js')
-rw-r--r--tests/js/ircd.js7
1 files changed, 0 insertions, 7 deletions
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);