Files
SerpentRace/SerpentRace_Backend/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js
T
2025-07-18 09:20:40 +02:00

7 lines
244 B
JavaScript

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