@@ -174,7 +174,6 @@ program
174174 . option ( '-R, --reporter <name>' , 'specify the reporter to use' )
175175 . option ( '-S, --sort' , 'sort test files' )
176176 . option ( '-b, --bail' , 'bail after first test failure' )
177- . option ( '-d, --debug' , "enable node's debugger, synonym for node --debug" )
178177 . option ( '-g, --grep <pattern>' , 'only run tests matching <pattern>' )
179178 . option ( '-f, --fgrep <string>' , 'only run tests containing <string>' )
180179 . option ( '-i, --invert' , 'inverts --grep and --fgrep matches' )
@@ -276,7 +275,6 @@ program
276275 . option ( '-R, --reporter <name>' , 'specify the reporter to use' )
277276 . option ( '-S, --sort' , 'sort test files' )
278277 . option ( '-b, --bail' , 'bail after first test failure' )
279- . option ( '-d, --debug' , "enable node's debugger, synonym for node --debug" )
280278 . option ( '-g, --grep <pattern>' , 'only run tests matching <pattern>' )
281279 . option ( '-f, --fgrep <string>' , 'only run tests containing <string>' )
282280 . option ( '-i, --invert' , 'inverts --grep and --fgrep matches' )
0 commit comments