UNPKG

@jeremyckahn/farmhand

Version:
8 lines (6 loc) 205 B
import { integerString } from './integerString.js' describe('integerString', () => { test('formats number to integer string string', () => { expect(integerString(1234.567)).toEqual('1,235') }) })