1.0.0 • Published 6 years ago
twemoji-jest v1.0.0
twemoji-jest
Automatically inject twemoji for use in jest jsdom environments
Installation
npm install -D twemoji-jestor
yarn add -D twemoji-jestUsage
Add the following entry to your jest configuration.
jest.config.js:
module.exports = {
setupFiles: ['twemoji-jest'],
...
}1.0.0
6 years ago