mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-30 18:26:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import encodeDecodeURIComponentWithSpace from 'wherehows-web/utils/encode-decode-uri-component-with-space';
 | |
| import { module, test } from 'qunit';
 | |
| 
 | |
| module('Unit | Utility | encode decode uri component with space');
 | |
| 
 | |
| // Replace this with your real tests.
 | |
| test('it works', function(assert) {
 | |
|   let result = encodeDecodeURIComponentWithSpace();
 | |
|   assert.ok(result);
 | |
| });
 | 
