// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SlashCommands /rainbow should make things rainbowy 1`] = ` { "body": "this is a test message", "format": "org.matrix.custom.html", "formatted_body": "this is a test message", "msgtype": "m.text", } `; exports[`SlashCommands /rainbowme should make things rainbowy 1`] = ` { "body": "this is a test message", "format": "org.matrix.custom.html", "formatted_body": "this is a test message", "msgtype": "m.emote", } `;