mirror of
				https://github.com/iv-org/videojs-quality-selector.git
				synced 2025-10-31 14:39:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var expect = require('expect.js');
 | |
| 
 | |
| describe('Everything', function() {
 | |
| 
 | |
|    it('needs to be tested', function() {
 | |
|       expect(true).to.be(true);
 | |
|    });
 | |
| 
 | |
| });
 | 
