Skip to content

Commit 63afb2a

Browse files
committed
Merge pull request #43 from ParsePlatform/test
Sample for travis
2 parents 80fc896 + 2686499 commit 63afb2a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: node_js
22
node_js:
33
- "4.3"
4-
- "5.7"
5-
- stable

lib/tests/prettyNumber.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('prettyNumber', () => {
3434
});
3535

3636
it('handles decimals', () => {
37-
expect(prettyNumber(0.14)).toBe('0.14');
37+
expect(prettyNumber(0.13)).toBe('0.13');
3838
expect(prettyNumber(0.1466)).toBe('0.15');
3939
expect(prettyNumber(0.1466, 4)).toBe('0.147');
4040

0 commit comments

Comments
 (0)