Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce jest for testing. #114

Merged
merged 1 commit into from
Oct 7, 2017
Merged

Introduce jest for testing. #114

merged 1 commit into from
Oct 7, 2017

Commits on Oct 7, 2017

  1. Introduce jest for testing.

    We are already using Mocha as testing framework but for some reasons
    such as readability and convenience, we decided to use jest instead of
    Mocha.
    
    After this patch, ./bacardi test will run both of Mocha and jest.
    Once we write test codes enough in jest, we will deprecate Mocha.
    
    ISSUE=#99,#100
    TBR=@hwanseung,@yjaeseok
    romandev committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    d62ee3e View commit details
    Browse the repository at this point in the history