Minor testing refactor

This commit is contained in:
Hamcha 2019-09-10 12:36:48 +02:00
parent b8c5195347
commit a9f92b1921
Signed by: hamcha
GPG Key ID: 44AD3571EB09A39E
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
export * from "./MockDataConnection";
export * from "./MockPeer";
export * from "./MockHelper";
export * from "./EventHook";

View File

@ -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,