mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
describe('Material', function (){
 | 
						|
 | 
						|
    //Dummy test just to ensure tests are accurately configured
 | 
						|
    it('jquery should be loaded', function () {
 | 
						|
        expect($).toBeDefined();
 | 
						|
    });
 | 
						|
});
 |