mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-20 16:42:13 +11:00
7 lines
No EOL
241 B
JavaScript
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
|