Skip to content

Commit

Permalink
Merge pull request #248 from sanemat/chore/remove-meaningless-test
Browse files Browse the repository at this point in the history
Chore/remove meaningless test
  • Loading branch information
sanemat authored Oct 30, 2019
2 parents 037a4f0 + 49ecb48 commit a936456
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 196 deletions.
10 changes: 1 addition & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ module.exports = function (grunt) {
'test/spec/{,*/}*.js'
]
},
jasmine: {
all: {
options: {
specs: 'test/spec/{,*/}*.js'
}
}
},
imagemin: {
dist: {
files: [{
Expand Down Expand Up @@ -212,8 +205,7 @@ module.exports = function (grunt) {
grunt.registerTask('test', [
'clean:server',
'concurrent:test',
'connect:test',
'jasmine'
'connect:test'
]);

grunt.registerTask('build', [
Expand Down
Loading

0 comments on commit a936456

Please sign in to comment.