mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added event related tests to mutator, fixed tests
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { afterAll, beforeAll, describe, expect, mock, test } from "bun:test";
|
||||
import {
|
||||
Event,
|
||||
EventManager,
|
||||
InvalidEventReturn,
|
||||
type ListenerHandler,
|
||||
NoParamEvent
|
||||
} from "../../src/core/events";
|
||||
import { Event, EventManager, InvalidEventReturn, NoParamEvent } from "../../src/core/events";
|
||||
import { disableConsoleLog, enableConsoleLog } from "../helper";
|
||||
|
||||
beforeAll(disableConsoleLog);
|
||||
|
||||
Reference in New Issue
Block a user