ccashfrontend/views/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js
2021-06-18 09:20:09 +10:00

7 lines
No EOL
241 B
JavaScript

import parseDigits from './parseDigits';
describe('parseDigits', function () {
it('should parse digits', function () {
parseDigits('+٤٤٢٣٢٣٢٣٤').should.equal('442323234');
});
});
//# sourceMappingURL=parseDigits.test.js.map