File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = function(grunt) {
6
6
options : {
7
7
jshintrc : '.jshintrc' ,
8
8
} ,
9
- files : [ 'lib/**/*.js' ]
9
+ files : [ 'lib/**/*.js' ]
10
10
} ,
11
11
jasmine_node : {
12
12
options : {
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
18
18
connect : {
19
19
example : {
20
20
options : {
21
- base : 'example'
21
+ base : 'example'
22
22
}
23
23
} ,
24
24
'client-test' : {
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
29
29
} ,
30
30
protractor : {
31
31
options : {
32
- configFile : 'example/protractor. conf' ,
32
+ configFile : 'example/protractor- conf.js ' ,
33
33
//debug: true
34
34
} ,
35
35
example : { }
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- moduleConfig : {
3
- rootDirectory : process . cwd ( ) ,
4
- protractorConfig : 'protractor. conf'
5
- } ,
6
- mocksConfig : {
7
- dir : 'mocks' ,
8
- defaults : [ ]
9
- }
2
+ moduleConfig : {
3
+ rootDirectory : process . cwd ( ) ,
4
+ protractorConfig : 'protractor- conf.js'
5
+ } ,
6
+ mocksConfig : {
7
+ dir : 'mocks' ,
8
+ defaults : [ ]
9
+ }
10
10
} ;
You can’t perform that action at this time.
0 commit comments