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

Fix time duration formatting as per SI #9765

Merged
merged 1 commit into from May 2, 2020

Commits on Apr 16, 2020

  1. Fix time duration formatting as per SI

    This commit fixes the formatting of time durations to have a spcae
    between the quantity and the unit symbol which is compliant with
    the SI. It also consolidates all of the time duration formatting
    code into formatTime() in jest-util to keep the code DRY and so
    that future updates are easy.
    getsnoopy committed Apr 16, 2020
    Copy the full SHA
    3fbb08c View commit details
    Browse the repository at this point in the history