backend v4 half
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import parseDigits from './parseDigits.js';
|
||||
describe('parseDigits', function () {
|
||||
it('should parse digits', function () {
|
||||
parseDigits('+٤٤٢٣٢٣٢٣٤').should.equal('442323234');
|
||||
});
|
||||
});
|
||||
//# sourceMappingURL=parseDigits.test.js.map
|
||||
Reference in New Issue
Block a user