You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							12 lines
						
					
					
						
							404 B
						
					
					
				
			
		
		
	
	
							12 lines
						
					
					
						
							404 B
						
					
					
				| "use strict";
 | |
| 
 | |
| var _parseDigits = _interopRequireDefault(require("./parseDigits.js"));
 | |
| 
 | |
| 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
 |