Minor testing refactor
This commit is contained in:
parent
b8c5195347
commit
a9f92b1921
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
export * from "./MockDataConnection";
|
||||
export * from "./MockPeer";
|
||||
export * from "./MockHelper";
|
||||
export * from "./EventHook";
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { MockHelper } from "@/testing";
|
||||
import { MockHelper, EventHook } from "@/testing";
|
||||
import { NetworkMessage, LocalClient, ChatMessage } from "@/network";
|
||||
import { EventHook } from "@/testing/EventHook";
|
||||
|
||||
const sampleRoom = () => ({
|
||||
max_players: 3,
|
||||
|
|
Loading…
Reference in a new issue