lunchclass / absolute

Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Apache License 2.0
103 stars 31 forks source link

Introduce jest for module unit tests. #475

Closed romandev closed 6 years ago

romandev commented 6 years ago

In Absolute v2, one of the most important things is unit test. So, we introduce jest for module unit tests. After this patch, we can run test as follows: $ ./absolute test

Also, this change is adding an example test in server/example/.

ISSUE=none

romandev commented 6 years ago

Thank you for review. Another look?