mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-20 16:42:13 +11:00
12 lines
No EOL
401 B
JavaScript
12 lines
No EOL
401 B
JavaScript
"use strict";
|
|
|
|
var _parseDigits = _interopRequireDefault(require("./parseDigits"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
|
|
describe('parseDigits', function () {
|
|
it('should parse digits', function () {
|
|
(0, _parseDigits["default"])('+٤٤٢٣٢٣٢٣٤').should.equal('442323234');
|
|
});
|
|
});
|
|
//# sourceMappingURL=parseDigits.test.js.map
|