UNPKG

@vitaexmachina/react-native-programmable-voice-for-twilio

Version:
12 lines (9 loc) 272 B
'use strict'; var expect = require('chai').expect; var numFormatter = require('../index'); describe('#numFormatter', function() { it('should convert single digits', function() { var result = numFormatter(1); expect(result).to.equal('1'); }); });