mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-05 14:20:36 +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"
|
"uglify:ripples"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask("build", function(target) {
|
grunt.registerTask("build", function() {
|
||||||
var buildType = "default";
|
grunt.task.run(["newer:jshint", "default"]);
|
||||||
if (target && target === "scss") {
|
|
||||||
buildType = "scss";
|
|
||||||
}
|
|
||||||
grunt.task.run(["newer:jshint", "jasmine:scripts", buildType]);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask("test", [
|
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