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: quantityExponent #11249 #11488

Merged
merged 2 commits into from
Oct 25, 2019
Merged

fix: quantityExponent #11249 #11488

merged 2 commits into from
Oct 25, 2019

Conversation

Ovilia
Copy link
Contributor

@Ovilia Ovilia commented Oct 25, 2019

fix: quantityExponent #11249

Before the fix, two cases fail in the unit test:

expect(numberUtil.quantityExponent(1000)).toEqual(3);
expect(numberUtil.quantity(1000)).toEqual(1000);

After the fix, the test cases pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants