Skip to content

Commit

Permalink
Add test for skipErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Nov 19, 2015
1 parent 4dc0044 commit bf971fc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* grunt-penthouse
* https://github.com/carl-erik.kopseng/grunt-penthouse
*
* Copyright (c) 2014 Carl-Erik Kopseng
* Licensed under the MIT license.
*/

Expand Down Expand Up @@ -39,7 +38,16 @@ module.exports = function (grunt) {
url : 'http://localhost:9001',
width : 1300,
height : 900
}
},

testTaskWithErrors : {
outfile : '.tmp/out-with-error.css',
css : 'test/www/not-existing.css',
url : 'http://localhost:9001',
width : 1300,
height : 900,
skipErrors : true
}
},

// Unit tests.
Expand Down

0 comments on commit bf971fc

Please sign in to comment.