mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
removed tests from build task
This commit is contained in:
parent
2bbae4a731
commit
4174d0e12e
|
@ -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