fix tests

This commit is contained in:
Kevin Jahns
2018-05-23 14:16:54 +02:00
parent cccc0e1015
commit 4ef36ab81c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { wait } from './helper'
import { messageToString } from '../src/MessageHandler/messageToString'
import { wait } from './helper.mjs'
import { messageToString } from '../src/MessageHandler/messageToString.mjs'
import AbstractConnector from '../src/Connector.mjs'
var rooms = {}