185 passing (9m) 4 pending 6 failing 1) --debug Node.js v8+ should invoke --inspect-brk: Uncaught UnexpectedError: expected { output: '(node:5528) Warning: "--debug-brk" is not available in Node.js v10.16.0; use "--inspect-brk" instead.\n', code: 1, args: [ 'C:\\Users\\Saemi Park\\Documents\\GitHub\\mocha\\bin\\mocha', '--debug-brk', 'test\\integration\\fixtures\\__default__.fixture.js' ] } to contain output /Debugger listening/i at C:\Users\Saemi Park\Documents\GitHub\mocha\test\integration\options\debug.spec.js:36:11 at ChildProcess. (test\integration\helpers.js:276:5) at ChildProcess.cp.emit (node_modules\cross-spawn\lib\enoent.js:34:29) at maybeClose (internal/child_process.js:982:16) at Socket.stream.socket.on (internal/child_process.js:389:11) at Pipe._handle.close (net.js:606:12) set UNEXPECTED_FULL_TRACE=true to see the full stack trace 2) --watch when enabled reruns test when watched test file is touched: UnexpectedError: expected [ { stats: { suites: 1, tests: 1, passes: 1, pending: 0, failures: 0, start: '2019-08-15T13:56:37.434Z', end: '2019-08-15T13:56:37.457Z', duration: 23 }, tests: [ ... ], pending: [], failures: [], passes: [ ... ] } ] to have length 2 expected 1 to be 2 at runMochaWatch.then.results (test\integration\options\watch.spec.js:30:9) at process._tickCallback (internal/process/next_tick.js:68:7) set UNEXPECTED_FULL_TRACE=true to see the full stack trace 3) --watch when enabled reruns test when file matching extension is touched: UnexpectedError: expected [ { stats: { suites: 1, tests: 1, passes: 1, pending: 0, failures: 0, start: '2019-08-15T13:56:40.159Z', end: '2019-08-15T13:56:40.171Z', duration: 12 }, tests: [ ... ], pending: [], failures: [], passes: [ ... ] } ] to have length 2 expected 1 to be 2 at runMochaWatch.then.results (test\integration\options\watch.spec.js:48:9) at process._tickCallback (internal/process/next_tick.js:68:7) set UNEXPECTED_FULL_TRACE=true to see the full stack trace 4) --watch when enabled reloads test files when they change: UnexpectedError: expected [ { stats: { suites: 0, tests: 1, passes: 1, pending: 0, failures: 0, start: '2019-08-15T13:56:45.600Z', end: '2019-08-15T13:56:45.621Z', duration: 21 }, tests: [ ... ], pending: [], failures: [], passes: [ ... ] } ] to have length 2 expected 1 to be 2 at runMochaWatch.then.results (test\integration\options\watch.spec.js:89:9) at process._tickCallback (internal/process/next_tick.js:68:7) set UNEXPECTED_FULL_TRACE=true to see the full stack trace 5) --watch when enabled reloads test dependencies when they change: UnexpectedError: expected [ { stats: { suites: 0, tests: 1, passes: 0, pending: 0, failures: 1, start: '2019-08-15T13:56:48.209Z', end: '2019-08-15T13:56:48.230Z', duration: 21 }, tests: [ ... ], pending: [], failures: [ ... ], passes: [] } ] to have length 2 expected 1 to be 2 at runMochaWatch.then.results (test\integration\options\watch.spec.js:111:9) at process._tickCallback (internal/process/next_tick.js:68:7) set UNEXPECTED_FULL_TRACE=true to see the full stack trace 6) --watch when enabled respects --fgrep on re-runs: UnexpectedError: expected [ { stats: { suites: 2, tests: 2, passes: 2, pending: 0, failures: 0, start: '2019-08-15T13:56:51.173Z', end: '2019-08-15T13:56:51.185Z', duration: 12 }, tests: [ ..., ... ], pending: [], failures: [], passes: [ ..., ... ] } ] to have length 2 expected 1 to be 2 at runMochaWatch.then.results (test\integration\options\watch.spec.js:127:9) at process._tickCallback (internal/process/next_tick.js:68:7) set UNEXPECTED_FULL_TRACE=true to see the full stack trace The script called "test.node.integration" which runs "node bin\mocha --timeout 10000 --slow 3750 "test/integration/**/*.spec.js"" failed with exit code 6 https://github.com/kentcdodds/nps/blob/v5.9.5/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code The script called "test.node" which runs "rimraf .nyc_output && nps build test.node.bdd test.node.tdd test.node.qunit test.node.exports test.node.unit test.node.integration test.node.jsapi test.node.requires test.node.reporters test.node.only test.node.opts" failed with exit code 6 https://github.com/kentcdodds/nps/blob/v5.9.5/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code The script called "test" which runs "nps lint test.node test.browser test.bundle" failed with exit code 6 https://github.com/kentcdodds/nps/blob/v5.9.5/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code