mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	removed tests from build task
This commit is contained in:
		
							parent
							
								
									0d4954f97d
								
							
						
					
					
						commit
						b607634e60
					
				| 
						 | 
				
			
			@ -294,12 +294,8 @@ module.exports = function(grunt) {
 | 
			
		|||
    "uglify:ripples"
 | 
			
		||||
  ]);
 | 
			
		||||
 | 
			
		||||
  grunt.registerTask("build", function(target) {
 | 
			
		||||
    var buildType = "default";
 | 
			
		||||
    if (target && target === "scss") {
 | 
			
		||||
      buildType = "scss";
 | 
			
		||||
    }
 | 
			
		||||
    grunt.task.run(["newer:jshint", "jasmine:scripts", buildType]);
 | 
			
		||||
  grunt.registerTask("build", function() {
 | 
			
		||||
    grunt.task.run(["newer:jshint", "default"]);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  grunt.registerTask("test", [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +0,0 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
describe('Material', function (){
 | 
			
		||||
 | 
			
		||||
    //Dummy test just to ensure tests are accurately configured
 | 
			
		||||
    it('jquery should be loaded', function () {
 | 
			
		||||
        //expect($).toBeDefined();
 | 
			
		||||
    });
 | 
			
		||||
});
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user