Skip to content

Latest commit

 

History

History

core

emojit-core

Core code for Emojit.

Build

yarn build

Lint

yarn lint

Correct:

yarn lint-fix

Test

Run all tests except integration tests (calls the back end service):

yarn test --invert --fgrep Integration

Run all tests:

yarn test