Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 300 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 300 Bytes

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