fix #1373 ignore_watch consistency

This commit is contained in:
Antoine Bluchet 2015-07-29 16:04:30 +02:00
parent 4c7189e42a
commit 2ea41ef329
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"script" : "child.js",
"cwd" : "examples",
"node_args" : "--harmony",
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
"watch" : true
}]
}

View File

@ -14,7 +14,7 @@ describe('JSON validation tests', function() {
"script" : "chidld.js",
"cwd" : "examadsples",
"node_args" : "--harmoasdny",
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
"watch" : "true"
});
@ -42,7 +42,7 @@ describe('JSON validation tests', function() {
"cwd" : "examples",
"node_args" : "--harmony",
"max_memory_restart" : "10M",
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
"watch" : true,
"node_args" : ["hey","hay"],
"env" : {}