]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
Remove unused things
authorHalf-Shot <redacted>
Thu, 1 Jun 2023 22:23:34 +0000 (23:23 +0100)
committerHalf-Shot <redacted>
Thu, 1 Jun 2023 22:23:34 +0000 (23:23 +0100)
test/test-auditorium.spec.ts

index e8ae63a0ef24b7fcbc10682d0e0e9d2058d17fd1..3a8cf40a4fbfb8e6281cfe204c7494ec78b1fbdf 100644 (file)
@@ -1,13 +1,11 @@
 import { MockIrcd } from './helpers';
 import { Client } from "../src";
-import { test, expect, jest } from "@jest/globals";
+import { test } from "@jest/globals";
 
 test('user gets opped in auditorium', async () => {
     const mock = new MockIrcd();
     const client = new Client('localhost', 'testbot', {debug: true, port: await mock.listen()});
 
-    const modehandler = jest.fn();
-
 
     mock.server.on('connection', function() {
         // Initiate connection