// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`keyword pills should do nothing for empty element 1`] = `
`;
exports[`keyword pills should pillify 1`] = `
Foo
TeST
Bar
`;
exports[`mention pills should do nothing for empty element 1`] = `
`;
exports[`mention pills should pillify @room 1`] = `
!
@room
`;
exports[`mention pills should pillify @room in an intentional mentions world 1`] = `
!
@room
`;