1.0.0 • Published 5 years ago

twemoji-jest v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

twemoji-jest

Automatically inject twemoji for use in jest jsdom environments

Installation

npm install -D twemoji-jest

or

yarn add -D twemoji-jest

Usage

Add the following entry to your jest configuration.

jest.config.js:

module.exports = {
  setupFiles: ['twemoji-jest'],
  ...
}
1.0.0

5 years ago