* Add jest tests for twenty-front Co-authored-by: v1b3m <vibenjamin6@gmail.com> * Fix tests --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: v1b3m <vibenjamin6@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export const formatNumber = (value: number): string =>
|
|
value.toLocaleString('en-US');
|