Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created May 24, 2016 00:21
Show Gist options
  • Save dtothefp/49f2d420236c6dd9a3717302b6e63438 to your computer and use it in GitHub Desktop.
Save dtothefp/49f2d420236c6dd9a3717302b6e63438 to your computer and use it in GitHub Desktop.
Mocha {
files: [ '/Users/davidfox-powell/dev/sos-server/test/unit/server-middleware-spec.js' ],
options: { reporterOptions: {}, globals: [] },
suite:
Suite {
title: '',
ctx: {},
suites: [],
tests: [],
pending: false,
_beforeEach: [],
_beforeAll: [],
_afterEach: [],
_afterAll: [],
root: true,
_timeout: 2000,
_enableTimeouts: true,
_slow: 75,
_bail: undefined,
_retries: -1,
delayed: false,
_events: { 'pre-require': [Object] },
_eventsCount: 1 },
_ui: undefined,
_reporter:
{ [Function: Spec]
super_:
{ [Function: Base]
useColors: true,
inlineDiffs: false,
colors: [Object],
symbols: [Object],
color: [Function],
window: [Object],
cursor: [Object],
list: [Function] } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment