File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = function ( grunt ) {
2
- grunt . loadNpmTasks ( "axe-grunt-webdriver" ) ;
3
- var path = require ( "path" ) ;
4
- require ( "load-grunt-config" ) ( grunt , {
5
- configPath : [
6
- path . join ( process . cwd ( ) , "tasks/options" ) ,
7
- path . join ( process . cwd ( ) , "tasks" )
8
- ] ,
9
- init : true
10
- } ) ;
2
+ var path = require ( "path" ) ;
3
+ require ( "load-grunt-config" ) ( grunt , {
4
+ configPath : [
5
+ path . join ( process . cwd ( ) , "tasks/options" ) ,
6
+ path . join ( process . cwd ( ) , "tasks" )
7
+ ] ,
8
+ init : true
9
+ } ) ;
11
10
} ;
Original file line number Diff line number Diff line change 1
- module . exports = {
1
+ module . exports = function ( grunt ) {
2
+ grunt . loadNpmTasks ( "axe-grunt-webdriver" ) ;
3
+ return {
2
4
firefox : {
3
5
options : {
4
6
threshold : 0
@@ -7,3 +9,4 @@ module.exports = {
7
9
dest : 'tmp/gu.json'
8
10
}
9
11
} ;
12
+ } ;
You can’t perform that action at this time.
0 commit comments