forked from cadence/out-of-your-element
test on a member that has no member props
This commit is contained in:
parent
1e9e9685c5
commit
beeb27bbd8
5 changed files with 70 additions and 8 deletions
1
stdin.js
1
stdin.js
|
@ -12,6 +12,7 @@ const createRoom = sync.require("./d2m/actions/create-room")
|
|||
const registerUser = sync.require("./d2m/actions/register-user")
|
||||
const mreq = sync.require("./matrix/mreq")
|
||||
const api = sync.require("./matrix/api")
|
||||
const file = sync.require("./matrix/file")
|
||||
const sendEvent = sync.require("./m2d/actions/send-event")
|
||||
const eventDispatcher = sync.require("./d2m/event-dispatcher")
|
||||
const ks = sync.require("./matrix/kstate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue