Skip to content

Instantly share code, notes, and snippets.

@eddiemonge
Last active October 12, 2017 15:16
Show Gist options
  • Save eddiemonge/879043c56c3f1d5a26f34ba94ef9d616 to your computer and use it in GitHub Desktop.
Save eddiemonge/879043c56c3f1d5a26f34ba94ef9d616 to your computer and use it in GitHub Desktop.
react-test-renderer
⮀ g clone git@github.com:eddiemonge/snapshots-broken.git .
----------------------------------------------------------------------------------------
Cloning into '.'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 1), reused 8 (delta 1), pack-reused 0
Receiving objects: 100% (11/11), done.
Resolving deltas: 100% (1/1), done.

⮀ npm i
----------------------------------------------------------------------------------------

> fsevents@1.1.2 install /Users/eddie/Desktop/test/node_modules/fsevents
> node install

[fsevents] Success: "/Users/eddie/Desktop/test/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
npm WARN test No description
npm WARN test No repository field.
npm WARN test No license field.

added 499 packages in 9.178s

⮀ npm t
----------------------------------------------------------------------------------------

> @ test /Users/eddie/Desktop/test
> jest

 FAIL  ./test.spec.js
  ● Test suite failed to run

    TypeError: Cannot read property 'ReactCurrentOwner' of undefined

      at node_modules/react-test-renderer/cjs/react-test-renderer.development.js:621:36
      at Object.<anonymous> (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:8254:3)
      at Object.<anonymous> (node_modules/react-test-renderer/index.js:6:20)
      at Object.<anonymous> (test.spec.js:2:25)
          at Generator.next (<anonymous>)
          at Promise (<anonymous>)
          at Generator.next (<anonymous>)
          at <anonymous>
      at process._tickCallback (internal/process/next_tick.js:188:7)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        0.875s
Ran all test suites.
npm ERR! Test failed.  See above for more details.

⮀ npm ls
----------------------------------------------------------------------------------------
/Users/eddie/Desktop/test
├─┬ jest@21.2.1
│ └─┬ jest-cli@21.2.1
│   ├── ansi-escapes@3.0.0
│   ├─┬ chalk@2.1.0
│   │ ├─┬ ansi-styles@3.2.0
│   │ │ └─┬ color-convert@1.9.0
│   │ │   └── color-name@1.1.3
│   │ ├── escape-string-regexp@1.0.5
│   │ └─┬ supports-color@4.4.0
│   │   └── has-flag@2.0.0
│   ├─┬ glob@7.1.2
│   │ ├── fs.realpath@1.0.0
│   │ ├─┬ inflight@1.0.6
│   │ │ ├── once@1.4.0 deduped
│   │ │ └── wrappy@1.0.2
│   │ ├── inherits@2.0.3
│   │ ├─┬ minimatch@3.0.4
│   │ │ └─┬ brace-expansion@1.1.8
│   │ │   ├── balanced-match@1.0.0
│   │ │   └── concat-map@0.0.1
│   │ ├─┬ once@1.4.0
│   │ │ └── wrappy@1.0.2 deduped
│   │ └── path-is-absolute@1.0.1
│   ├── graceful-fs@4.1.11
│   ├─┬ is-ci@1.0.10
│   │ └── ci-info@1.1.1
│   ├─┬ istanbul-api@1.1.14
│   │ ├─┬ async@2.5.0
│   │ │ └── lodash@4.17.4
│   │ ├─┬ fileset@2.0.3
│   │ │ ├── glob@7.1.2 deduped
│   │ │ └── minimatch@3.0.4 deduped
│   │ ├── istanbul-lib-coverage@1.1.1 deduped
│   │ ├─┬ istanbul-lib-hook@1.0.7
│   │ │ └─┬ append-transform@0.4.0
│   │ │   └─┬ default-require-extensions@1.0.0
│   │ │     └─┬ strip-bom@2.0.0
│   │ │       └── is-utf8@0.2.1
│   │ ├── istanbul-lib-instrument@1.8.0 deduped
│   │ ├─┬ istanbul-lib-report@1.1.1
│   │ │ ├── istanbul-lib-coverage@1.1.1 deduped
│   │ │ ├── mkdirp@0.5.1 deduped
│   │ │ ├── path-parse@1.0.5
│   │ │ └─┬ supports-color@3.2.3
│   │ │   └── has-flag@1.0.0
│   │ ├── istanbul-lib-source-maps@1.2.1 deduped
│   │ ├─┬ istanbul-reports@1.1.2
│   │ │ └─┬ handlebars@4.0.10
│   │ │   ├── async@1.5.2
│   │ │   ├─┬ optimist@0.6.1
│   │ │   │ ├── minimist@0.0.8 deduped
│   │ │   │ └── wordwrap@0.0.3
│   │ │   ├─┬ source-map@0.4.4
│   │ │   │ └── amdefine@1.0.1
│   │ │   └─┬ uglify-js@2.8.29
│   │ │     ├── source-map@0.5.7 deduped
│   │ │     ├── uglify-to-browserify@1.0.2
│   │ │     └─┬ yargs@3.10.0
│   │ │       ├── camelcase@1.2.1
│   │ │       ├─┬ cliui@2.1.0
│   │ │       │ ├─┬ center-align@0.1.3
│   │ │       │ │ ├─┬ align-text@0.1.4
│   │ │       │ │ │ ├── kind-of@3.2.2 deduped
│   │ │       │ │ │ ├── longest@1.0.1
│   │ │       │ │ │ └── repeat-string@1.6.1 deduped
│   │ │       │ │ └── lazy-cache@1.0.4
│   │ │       │ ├─┬ right-align@0.1.3
│   │ │       │ │ └── align-text@0.1.4 deduped
│   │ │       │ └── wordwrap@0.0.2
│   │ │       ├── decamelize@1.2.0 deduped
│   │ │       └── window-size@0.1.0
│   │ ├─┬ js-yaml@3.10.0
│   │ │ ├─┬ argparse@1.0.9
│   │ │ │ └── sprintf-js@1.0.3
│   │ │ └── esprima@4.0.0
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ └── once@1.4.0 deduped
│   ├── istanbul-lib-coverage@1.1.1
│   ├─┬ istanbul-lib-instrument@1.8.0
│   │ ├─┬ babel-generator@6.26.0
│   │ │ ├─┬ babel-messages@6.23.0
│   │ │ │ └── babel-runtime@6.26.0 deduped
│   │ │ ├─┬ babel-runtime@6.26.0
│   │ │ │ ├── core-js@2.5.1
│   │ │ │ └── regenerator-runtime@0.11.0
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├─┬ detect-indent@4.0.0
│   │ │ │ └─┬ repeating@2.0.1
│   │ │ │   └─┬ is-finite@1.0.2
│   │ │ │     └── number-is-nan@1.0.1 deduped
│   │ │ ├── jsesc@1.3.0
│   │ │ ├── lodash@4.17.4 deduped
│   │ │ ├── source-map@0.5.7 deduped
│   │ │ └── trim-right@1.0.1
│   │ ├─┬ babel-template@6.26.0
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├── babylon@6.18.0 deduped
│   │ │ └── lodash@4.17.4 deduped
│   │ ├─┬ babel-traverse@6.26.0
│   │ │ ├─┬ babel-code-frame@6.26.0
│   │ │ │ ├─┬ chalk@1.1.3
│   │ │ │ │ ├── ansi-styles@2.2.1
│   │ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│   │ │ │ │ ├─┬ has-ansi@2.0.0
│   │ │ │ │ │ └── ansi-regex@2.1.1 deduped
│   │ │ │ │ ├─┬ strip-ansi@3.0.1
│   │ │ │ │ │ └── ansi-regex@2.1.1 deduped
│   │ │ │ │ └── supports-color@2.0.0
│   │ │ │ ├── esutils@2.0.2 deduped
│   │ │ │ └── js-tokens@3.0.2 deduped
│   │ │ ├── babel-messages@6.23.0 deduped
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├── babylon@6.18.0 deduped
│   │ │ ├── debug@2.6.9 deduped
│   │ │ ├── globals@9.18.0
│   │ │ ├─┬ invariant@2.2.2
│   │ │ │ └── loose-envify@1.3.1 deduped
│   │ │ └── lodash@4.17.4 deduped
│   │ ├─┬ babel-types@6.26.0
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── esutils@2.0.2
│   │ │ ├── lodash@4.17.4 deduped
│   │ │ └── to-fast-properties@1.0.3
│   │ ├── babylon@6.18.0
│   │ ├── istanbul-lib-coverage@1.1.1 deduped
│   │ └── semver@5.4.1
│   ├─┬ istanbul-lib-source-maps@1.2.1
│   │ ├─┬ debug@2.6.9
│   │ │ └── ms@2.0.0
│   │ ├── istanbul-lib-coverage@1.1.1 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ ├─┬ rimraf@2.6.2
│   │ │ └── glob@7.1.2 deduped
│   │ └── source-map@0.5.7
│   ├─┬ jest-changed-files@21.2.0
│   │ └── throat@4.1.0
│   ├─┬ jest-config@21.2.1
│   │ ├── chalk@2.1.0 deduped
│   │ ├── glob@7.1.2 deduped
│   │ ├── jest-environment-jsdom@21.2.1 deduped
│   │ ├─┬ jest-environment-node@21.2.1
│   │ │ ├── jest-mock@21.2.0 deduped
│   │ │ └── jest-util@21.2.1 deduped
│   │ ├── jest-get-type@21.2.0
│   │ ├─┬ jest-jasmine2@21.2.1
│   │ │ ├── chalk@2.1.0 deduped
│   │ │ ├─┬ expect@21.2.1
│   │ │ │ ├── ansi-styles@3.2.0 deduped
│   │ │ │ ├── jest-diff@21.2.1 deduped
│   │ │ │ ├── jest-get-type@21.2.0 deduped
│   │ │ │ ├── jest-matcher-utils@21.2.1 deduped
│   │ │ │ ├── jest-message-util@21.2.1 deduped
│   │ │ │ └── jest-regex-util@21.2.0 deduped
│   │ │ ├── graceful-fs@4.1.11 deduped
│   │ │ ├── jest-diff@21.2.1 deduped
│   │ │ ├── jest-matcher-utils@21.2.1 deduped
│   │ │ ├── jest-message-util@21.2.1 deduped
│   │ │ ├── jest-snapshot@21.2.1 deduped
│   │ │ └── p-cancelable@0.3.0
│   │ ├── jest-regex-util@21.2.0 deduped
│   │ ├─┬ jest-resolve@21.2.0
│   │ │ ├─┬ browser-resolve@1.11.2
│   │ │ │ └── resolve@1.1.7
│   │ │ ├── chalk@2.1.0 deduped
│   │ │ └─┬ is-builtin-module@1.0.0
│   │ │   └── builtin-modules@1.1.1
│   │ ├── jest-util@21.2.1 deduped
│   │ ├─┬ jest-validate@21.2.1
│   │ │ ├── chalk@2.1.0 deduped
│   │ │ ├── jest-get-type@21.2.0 deduped
│   │ │ ├── leven@2.1.0
│   │ │ └── pretty-format@21.2.1 deduped
│   │ └─┬ pretty-format@21.2.1
│   │   ├── ansi-regex@3.0.0
│   │   └── ansi-styles@3.2.0 deduped
│   ├─┬ jest-environment-jsdom@21.2.1
│   │ ├── jest-mock@21.2.0
│   │ ├── jest-util@21.2.1 deduped
│   │ └─┬ jsdom@9.12.0
│   │   ├── abab@1.0.4
│   │   ├── acorn@4.0.13
│   │   ├─┬ acorn-globals@3.1.0
│   │   │ └── acorn@4.0.13 deduped
│   │   ├── array-equal@1.0.0
│   │   ├── content-type-parser@1.0.1
│   │   ├── cssom@0.3.2
│   │   ├─┬ cssstyle@0.2.37
│   │   │ └── cssom@0.3.2 deduped
│   │   ├─┬ escodegen@1.9.0
│   │   │ ├── esprima@3.1.3
│   │   │ ├── estraverse@4.2.0
│   │   │ ├── esutils@2.0.2 deduped
│   │   │ ├─┬ optionator@0.8.2
│   │   │ │ ├── deep-is@0.1.3
│   │   │ │ ├── fast-levenshtein@2.0.6
│   │   │ │ ├─┬ levn@0.3.0
│   │   │ │ │ ├── prelude-ls@1.1.2 deduped
│   │   │ │ │ └── type-check@0.3.2 deduped
│   │   │ │ ├── prelude-ls@1.1.2
│   │   │ │ ├─┬ type-check@0.3.2
│   │   │ │ │ └── prelude-ls@1.1.2 deduped
│   │   │ │ └── wordwrap@1.0.0
│   │   │ └── source-map@0.5.7 deduped
│   │   ├─┬ html-encoding-sniffer@1.0.1
│   │   │ └── whatwg-encoding@1.0.1 deduped
│   │   ├── nwmatcher@1.4.3
│   │   ├── parse5@1.5.1
│   │   ├─┬ request@2.83.0
│   │   │ ├── aws-sign2@0.7.0
│   │   │ ├── aws4@1.6.0
│   │   │ ├── caseless@0.12.0
│   │   │ ├─┬ combined-stream@1.0.5
│   │   │ │ └── delayed-stream@1.0.0
│   │   │ ├── extend@3.0.1
│   │   │ ├── forever-agent@0.6.1
│   │   │ ├─┬ form-data@2.3.1
│   │   │ │ ├── asynckit@0.4.0
│   │   │ │ ├── combined-stream@1.0.5 deduped
│   │   │ │ └── mime-types@2.1.17 deduped
│   │   │ ├─┬ har-validator@5.0.3
│   │   │ │ ├─┬ ajv@5.2.3
│   │   │ │ │ ├── co@4.6.0
│   │   │ │ │ ├── fast-deep-equal@1.0.0
│   │   │ │ │ ├── json-schema-traverse@0.3.1
│   │   │ │ │ └── json-stable-stringify@1.0.1 deduped
│   │   │ │ └── har-schema@2.0.0
│   │   │ ├─┬ hawk@6.0.2
│   │   │ │ ├─┬ boom@4.3.1
│   │   │ │ │ └── hoek@4.2.0 deduped
│   │   │ │ ├─┬ cryptiles@3.1.2
│   │   │ │ │ └─┬ boom@5.2.0
│   │   │ │ │   └── hoek@4.2.0 deduped
│   │   │ │ ├── hoek@4.2.0
│   │   │ │ └─┬ sntp@2.0.2
│   │   │ │   └── hoek@4.2.0 deduped
│   │   │ ├─┬ http-signature@1.2.0
│   │   │ │ ├── assert-plus@1.0.0
│   │   │ │ ├─┬ jsprim@1.4.1
│   │   │ │ │ ├── assert-plus@1.0.0 deduped
│   │   │ │ │ ├── extsprintf@1.3.0
│   │   │ │ │ ├── json-schema@0.2.3
│   │   │ │ │ └─┬ verror@1.10.0
│   │   │ │ │   ├── assert-plus@1.0.0 deduped
│   │   │ │ │   ├── core-util-is@1.0.2
│   │   │ │ │   └── extsprintf@1.3.0 deduped
│   │   │ │ └─┬ sshpk@1.13.1
│   │   │ │   ├── asn1@0.2.3
│   │   │ │   ├── assert-plus@1.0.0 deduped
│   │   │ │   ├─┬ bcrypt-pbkdf@1.0.1
│   │   │ │   │ └── tweetnacl@0.14.5 deduped
│   │   │ │   ├─┬ dashdash@1.14.1
│   │   │ │   │ └── assert-plus@1.0.0 deduped
│   │   │ │   ├─┬ ecc-jsbn@0.1.1
│   │   │ │   │ └── jsbn@0.1.1 deduped
│   │   │ │   ├─┬ getpass@0.1.7
│   │   │ │   │ └── assert-plus@1.0.0 deduped
│   │   │ │   ├── jsbn@0.1.1
│   │   │ │   └── tweetnacl@0.14.5
│   │   │ ├── is-typedarray@1.0.0
│   │   │ ├── isstream@0.1.2
│   │   │ ├── json-stringify-safe@5.0.1
│   │   │ ├─┬ mime-types@2.1.17
│   │   │ │ └── mime-db@1.30.0
│   │   │ ├── oauth-sign@0.8.2
│   │   │ ├── performance-now@2.1.0
│   │   │ ├── qs@6.5.1
│   │   │ ├── safe-buffer@5.1.1
│   │   │ ├── stringstream@0.0.5
│   │   │ ├── tough-cookie@2.3.3 deduped
│   │   │ ├─┬ tunnel-agent@0.6.0
│   │   │ │ └── safe-buffer@5.1.1 deduped
│   │   │ └── uuid@3.1.0
│   │   ├── sax@1.2.4
│   │   ├── symbol-tree@3.2.2
│   │   ├─┬ tough-cookie@2.3.3
│   │   │ └── punycode@1.4.1
│   │   ├── webidl-conversions@4.0.2
│   │   ├─┬ whatwg-encoding@1.0.1
│   │   │ └── iconv-lite@0.4.13
│   │   ├─┬ whatwg-url@4.8.0
│   │   │ ├── tr46@0.0.3
│   │   │ └── webidl-conversions@3.0.1
│   │   └── xml-name-validator@2.0.1
│   ├─┬ jest-haste-map@21.2.0
│   │ ├─┬ fb-watchman@2.0.0
│   │ │ └─┬ bser@2.0.0
│   │ │   └── node-int64@0.4.0
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── jest-docblock@21.2.0
│   │ ├── micromatch@2.3.11 deduped
│   │ ├─┬ sane@2.2.0
│   │ │ ├─┬ anymatch@1.3.2
│   │ │ │ ├── micromatch@2.3.11 deduped
│   │ │ │ └── normalize-path@2.1.1 deduped
│   │ │ ├─┬ exec-sh@0.2.1
│   │ │ │ └── merge@1.2.0
│   │ │ ├── fb-watchman@2.0.0 deduped
│   │ │ ├─┬ fsevents@1.1.2
│   │ │ │ ├── nan@2.7.0
│   │ │ │ └─┬ node-pre-gyp@0.6.36
│   │ │ │   ├─┬ mkdirp@0.5.1
│   │ │ │   │ └── minimist@0.0.8
│   │ │ │   ├─┬ nopt@4.0.1
│   │ │ │   │ ├── abbrev@1.1.0
│   │ │ │   │ └─┬ osenv@0.1.4
│   │ │ │   │   ├── os-homedir@1.0.2
│   │ │ │   │   └── os-tmpdir@1.0.2
│   │ │ │   ├─┬ npmlog@4.1.0
│   │ │ │   │ ├─┬ are-we-there-yet@1.1.4
│   │ │ │   │ │ ├── delegates@1.0.0
│   │ │ │   │ │ └── readable-stream@2.2.9 deduped
│   │ │ │   │ ├── console-control-strings@1.1.0
│   │ │ │   │ ├─┬ gauge@2.7.4
│   │ │ │   │ │ ├── aproba@1.1.1
│   │ │ │   │ │ ├── console-control-strings@1.1.0 deduped
│   │ │ │   │ │ ├── has-unicode@2.0.1
│   │ │ │   │ │ ├── object-assign@4.1.1
│   │ │ │   │ │ ├── signal-exit@3.0.2
│   │ │ │   │ │ ├─┬ string-width@1.0.2
│   │ │ │   │ │ │ ├── code-point-at@1.1.0
│   │ │ │   │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│   │ │ │   │ │ │ │ └── number-is-nan@1.0.1
│   │ │ │   │ │ │ └── strip-ansi@3.0.1 deduped
│   │ │ │   │ │ ├─┬ strip-ansi@3.0.1
│   │ │ │   │ │ │ └── ansi-regex@2.1.1
│   │ │ │   │ │ └─┬ wide-align@1.1.2
│   │ │ │   │ │   └── string-width@1.0.2 deduped
│   │ │ │   │ └── set-blocking@2.0.0
│   │ │ │   ├─┬ rc@1.2.1
│   │ │ │   │ ├── deep-extend@0.4.2
│   │ │ │   │ ├── ini@1.3.4
│   │ │ │   │ ├── minimist@1.2.0
│   │ │ │   │ └── strip-json-comments@2.0.1
│   │ │ │   ├─┬ request@2.81.0
│   │ │ │   │ ├── aws-sign2@0.6.0
│   │ │ │   │ ├── aws4@1.6.0
│   │ │ │   │ ├── caseless@0.12.0
│   │ │ │   │ ├─┬ combined-stream@1.0.5
│   │ │ │   │ │ └── delayed-stream@1.0.0
│   │ │ │   │ ├── extend@3.0.1
│   │ │ │   │ ├── forever-agent@0.6.1
│   │ │ │   │ ├─┬ form-data@2.1.4
│   │ │ │   │ │ ├── asynckit@0.4.0
│   │ │ │   │ │ ├── combined-stream@1.0.5 deduped
│   │ │ │   │ │ └── mime-types@2.1.15 deduped
│   │ │ │   │ ├─┬ har-validator@4.2.1
│   │ │ │   │ │ ├─┬ ajv@4.11.8
│   │ │ │   │ │ │ ├── co@4.6.0
│   │ │ │   │ │ │ └─┬ json-stable-stringify@1.0.1
│   │ │ │   │ │ │   └── jsonify@0.0.0
│   │ │ │   │ │ └── har-schema@1.0.5
│   │ │ │   │ ├─┬ hawk@3.1.3
│   │ │ │   │ │ ├─┬ boom@2.10.1
│   │ │ │   │ │ │ └── hoek@2.16.3 deduped
│   │ │ │   │ │ ├─┬ cryptiles@2.0.5
│   │ │ │   │ │ │ └── boom@2.10.1 deduped
│   │ │ │   │ │ ├── hoek@2.16.3
│   │ │ │   │ │ └─┬ sntp@1.0.9
│   │ │ │   │ │   └── hoek@2.16.3 deduped
│   │ │ │   │ ├─┬ http-signature@1.1.1
│   │ │ │   │ │ ├── assert-plus@0.2.0
│   │ │ │   │ │ ├─┬ jsprim@1.4.0
│   │ │ │   │ │ │ ├── assert-plus@1.0.0
│   │ │ │   │ │ │ ├── extsprintf@1.0.2
│   │ │ │   │ │ │ ├── json-schema@0.2.3
│   │ │ │   │ │ │ └─┬ verror@1.3.6
│   │ │ │   │ │ │   └── extsprintf@1.0.2 deduped
│   │ │ │   │ │ └─┬ sshpk@1.13.0
│   │ │ │   │ │   ├── asn1@0.2.3
│   │ │ │   │ │   ├── assert-plus@1.0.0
│   │ │ │   │ │   ├─┬ bcrypt-pbkdf@1.0.1
│   │ │ │   │ │   │ └── tweetnacl@0.14.5 deduped
│   │ │ │   │ │   ├─┬ dashdash@1.14.1
│   │ │ │   │ │   │ └── assert-plus@1.0.0
│   │ │ │   │ │   ├─┬ ecc-jsbn@0.1.1
│   │ │ │   │ │   │ └── jsbn@0.1.1 deduped
│   │ │ │   │ │   ├─┬ getpass@0.1.7
│   │ │ │   │ │   │ └── assert-plus@1.0.0
│   │ │ │   │ │   ├─┬ jodid25519@1.0.2
│   │ │ │   │ │   │ └── jsbn@0.1.1 deduped
│   │ │ │   │ │   ├── jsbn@0.1.1
│   │ │ │   │ │   └── tweetnacl@0.14.5
│   │ │ │   │ ├── is-typedarray@1.0.0
│   │ │ │   │ ├── isstream@0.1.2
│   │ │ │   │ ├── json-stringify-safe@5.0.1
│   │ │ │   │ ├─┬ mime-types@2.1.15
│   │ │ │   │ │ └── mime-db@1.27.0
│   │ │ │   │ ├── oauth-sign@0.8.2
│   │ │ │   │ ├── performance-now@0.2.0
│   │ │ │   │ ├── qs@6.4.0
│   │ │ │   │ ├── safe-buffer@5.0.1
│   │ │ │   │ ├── stringstream@0.0.5
│   │ │ │   │ ├─┬ tough-cookie@2.3.2
│   │ │ │   │ │ └── punycode@1.4.1
│   │ │ │   │ ├─┬ tunnel-agent@0.6.0
│   │ │ │   │ │ └── safe-buffer@5.0.1 deduped
│   │ │ │   │ └── uuid@3.0.1
│   │ │ │   ├─┬ rimraf@2.6.1
│   │ │ │   │ └─┬ glob@7.1.2
│   │ │ │   │   ├── fs.realpath@1.0.0
│   │ │ │   │   ├─┬ inflight@1.0.6
│   │ │ │   │   │ ├── once@1.4.0 deduped
│   │ │ │   │   │ └── wrappy@1.0.2 deduped
│   │ │ │   │   ├── inherits@2.0.3 deduped
│   │ │ │   │   ├─┬ minimatch@3.0.4
│   │ │ │   │   │ └─┬ brace-expansion@1.1.7
│   │ │ │   │   │   ├── balanced-match@0.4.2
│   │ │ │   │   │   └── concat-map@0.0.1
│   │ │ │   │   ├── once@1.4.0 deduped
│   │ │ │   │   └── path-is-absolute@1.0.1
│   │ │ │   ├── semver@5.3.0
│   │ │ │   ├─┬ tar@2.2.1
│   │ │ │   │ ├─┬ block-stream@0.0.9
│   │ │ │   │ │ └── inherits@2.0.3 deduped
│   │ │ │   │ ├─┬ fstream@1.0.11
│   │ │ │   │ │ ├── graceful-fs@4.1.11
│   │ │ │   │ │ ├── inherits@2.0.3 deduped
│   │ │ │   │ │ ├── mkdirp@0.5.1 deduped
│   │ │ │   │ │ └── rimraf@2.6.1 deduped
│   │ │ │   │ └── inherits@2.0.3
│   │ │ │   └─┬ tar-pack@3.4.0
│   │ │ │     ├─┬ debug@2.6.8
│   │ │ │     │ └── ms@2.0.0
│   │ │ │     ├── fstream@1.0.11 deduped
│   │ │ │     ├─┬ fstream-ignore@1.0.5
│   │ │ │     │ ├── fstream@1.0.11 deduped
│   │ │ │     │ ├── inherits@2.0.3 deduped
│   │ │ │     │ └── minimatch@3.0.4 deduped
│   │ │ │     ├─┬ once@1.4.0
│   │ │ │     │ └── wrappy@1.0.2
│   │ │ │     ├─┬ readable-stream@2.2.9
│   │ │ │     │ ├── buffer-shims@1.0.0
│   │ │ │     │ ├── core-util-is@1.0.2
│   │ │ │     │ ├── inherits@2.0.3 deduped
│   │ │ │     │ ├── isarray@1.0.0
│   │ │ │     │ ├── process-nextick-args@1.0.7
│   │ │ │     │ ├─┬ string_decoder@1.0.1
│   │ │ │     │ │ └── safe-buffer@5.0.1 deduped
│   │ │ │     │ └── util-deprecate@1.0.2
│   │ │ │     ├── rimraf@2.6.1 deduped
│   │ │ │     ├── tar@2.2.1 deduped
│   │ │ │     └── uid-number@0.0.6
│   │ │ ├── minimatch@3.0.4 deduped
│   │ │ ├── minimist@1.2.0
│   │ │ ├─┬ walker@1.0.7
│   │ │ │ └─┬ makeerror@1.0.11
│   │ │ │   └── tmpl@1.0.4
│   │ │ └─┬ watch@0.18.0
│   │ │   ├── exec-sh@0.2.1 deduped
│   │ │   └── minimist@1.2.0
│   │ └── worker-farm@1.5.0 deduped
│   ├─┬ jest-message-util@21.2.1
│   │ ├── chalk@2.1.0 deduped
│   │ ├── micromatch@2.3.11 deduped
│   │ └── slash@1.0.0 deduped
│   ├── jest-regex-util@21.2.0
│   ├─┬ jest-resolve-dependencies@21.2.0
│   │ └── jest-regex-util@21.2.0 deduped
│   ├─┬ jest-runner@21.2.1
│   │ ├── jest-config@21.2.1 deduped
│   │ ├── jest-docblock@21.2.0 deduped
│   │ ├── jest-haste-map@21.2.0 deduped
│   │ ├── jest-jasmine2@21.2.1 deduped
│   │ ├── jest-message-util@21.2.1 deduped
│   │ ├── jest-runtime@21.2.1 deduped
│   │ ├── jest-util@21.2.1 deduped
│   │ ├── pify@3.0.0 deduped
│   │ ├── throat@4.1.0 deduped
│   │ └── worker-farm@1.5.0 deduped
│   ├─┬ jest-runtime@21.2.1
│   │ ├─┬ babel-core@6.26.0
│   │ │ ├── babel-code-frame@6.26.0 deduped
│   │ │ ├── babel-generator@6.26.0 deduped
│   │ │ ├─┬ babel-helpers@6.24.1
│   │ │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ │ └── babel-template@6.26.0 deduped
│   │ │ ├── babel-messages@6.23.0 deduped
│   │ │ ├─┬ babel-register@6.26.0
│   │ │ │ ├── babel-core@6.26.0 deduped
│   │ │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ │ ├── core-js@2.5.1 deduped
│   │ │ │ ├─┬ home-or-tmp@2.0.0
│   │ │ │ │ ├── os-homedir@1.0.2
│   │ │ │ │ └── os-tmpdir@1.0.2
│   │ │ │ ├── lodash@4.17.4 deduped
│   │ │ │ ├── mkdirp@0.5.1 deduped
│   │ │ │ └─┬ source-map-support@0.4.18
│   │ │ │   └── source-map@0.5.7 deduped
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── babel-template@6.26.0 deduped
│   │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├── babylon@6.18.0 deduped
│   │ │ ├── convert-source-map@1.5.0 deduped
│   │ │ ├── debug@2.6.9 deduped
│   │ │ ├── json5@0.5.1
│   │ │ ├── lodash@4.17.4 deduped
│   │ │ ├── minimatch@3.0.4 deduped
│   │ │ ├── path-is-absolute@1.0.1 deduped
│   │ │ ├── private@0.1.7
│   │ │ ├── slash@1.0.0 deduped
│   │ │ └── source-map@0.5.7 deduped
│   │ ├─┬ babel-jest@21.2.0
│   │ │ ├── babel-plugin-istanbul@4.1.5 deduped
│   │ │ └─┬ babel-preset-jest@21.2.0
│   │ │   ├── babel-plugin-jest-hoist@21.2.0
│   │ │   └── babel-plugin-syntax-object-rest-spread@6.13.0
│   │ ├─┬ babel-plugin-istanbul@4.1.5
│   │ │ ├─┬ find-up@2.1.0
│   │ │ │ └─┬ locate-path@2.0.0
│   │ │ │   ├─┬ p-locate@2.0.0
│   │ │ │   │ └── p-limit@1.1.0
│   │ │ │   └── path-exists@3.0.0
│   │ │ ├── istanbul-lib-instrument@1.8.0 deduped
│   │ │ └─┬ test-exclude@4.1.1
│   │ │   ├── arrify@1.0.1
│   │ │   ├── micromatch@2.3.11 deduped
│   │ │   ├── object-assign@4.1.1 deduped
│   │ │   ├─┬ read-pkg-up@1.0.1
│   │ │   │ ├─┬ find-up@1.1.2
│   │ │   │ │ ├─┬ path-exists@2.1.0
│   │ │   │ │ │ └── pinkie-promise@2.0.1 deduped
│   │ │   │ │ └─┬ pinkie-promise@2.0.1
│   │ │   │ │   └── pinkie@2.0.4
│   │ │   │ └─┬ read-pkg@1.1.0
│   │ │   │   ├─┬ load-json-file@1.1.0
│   │ │   │   │ ├── graceful-fs@4.1.11 deduped
│   │ │   │   │ ├── parse-json@2.2.0 deduped
│   │ │   │   │ ├── pify@2.3.0
│   │ │   │   │ ├── pinkie-promise@2.0.1 deduped
│   │ │   │   │ └── strip-bom@2.0.0 deduped
│   │ │   │   ├── normalize-package-data@2.4.0 deduped
│   │ │   │   └─┬ path-type@1.1.0
│   │ │   │     ├── graceful-fs@4.1.11 deduped
│   │ │   │     ├── pify@2.3.0
│   │ │   │     └── pinkie-promise@2.0.1 deduped
│   │ │   └── require-main-filename@1.0.1 deduped
│   │ ├── chalk@2.1.0 deduped
│   │ ├── convert-source-map@1.5.0
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── jest-config@21.2.1 deduped
│   │ ├── jest-haste-map@21.2.0 deduped
│   │ ├── jest-regex-util@21.2.0 deduped
│   │ ├── jest-resolve@21.2.0 deduped
│   │ ├── jest-util@21.2.1 deduped
│   │ ├─┬ json-stable-stringify@1.0.1
│   │ │ └── jsonify@0.0.0
│   │ ├── micromatch@2.3.11 deduped
│   │ ├── slash@1.0.0 deduped
│   │ ├── strip-bom@3.0.0
│   │ ├─┬ write-file-atomic@2.3.0
│   │ │ ├── graceful-fs@4.1.11 deduped
│   │ │ ├── imurmurhash@0.1.4
│   │ │ └── signal-exit@3.0.2
│   │ └── yargs@9.0.1 deduped
│   ├─┬ jest-snapshot@21.2.1
│   │ ├── chalk@2.1.0 deduped
│   │ ├─┬ jest-diff@21.2.1
│   │ │ ├── chalk@2.1.0 deduped
│   │ │ ├── diff@3.4.0
│   │ │ ├── jest-get-type@21.2.0 deduped
│   │ │ └── pretty-format@21.2.1 deduped
│   │ ├─┬ jest-matcher-utils@21.2.1
│   │ │ ├── chalk@2.1.0 deduped
│   │ │ ├── jest-get-type@21.2.0 deduped
│   │ │ └── pretty-format@21.2.1 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ ├── natural-compare@1.4.0
│   │ └── pretty-format@21.2.1 deduped
│   ├─┬ jest-util@21.2.1
│   │ ├── callsites@2.0.0
│   │ ├── chalk@2.1.0 deduped
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── jest-message-util@21.2.1 deduped
│   │ ├── jest-mock@21.2.0 deduped
│   │ ├── jest-validate@21.2.1 deduped
│   │ └── mkdirp@0.5.1 deduped
│   ├─┬ micromatch@2.3.11
│   │ ├─┬ arr-diff@2.0.0
│   │ │ └── arr-flatten@1.1.0
│   │ ├── array-unique@0.2.1
│   │ ├─┬ braces@1.8.5
│   │ │ ├─┬ expand-range@1.8.2
│   │ │ │ └─┬ fill-range@2.2.3
│   │ │ │   ├─┬ is-number@2.1.0
│   │ │ │   │ └── kind-of@3.2.2 deduped
│   │ │ │   ├─┬ isobject@2.1.0
│   │ │ │   │ └── isarray@1.0.0
│   │ │ │   ├─┬ randomatic@1.1.7
│   │ │ │   │ ├─┬ is-number@3.0.0
│   │ │ │   │ │ └─┬ kind-of@3.2.2
│   │ │ │   │ │   └── is-buffer@1.1.5 deduped
│   │ │ │   │ └─┬ kind-of@4.0.0
│   │ │ │   │   └── is-buffer@1.1.5 deduped
│   │ │ │   ├── repeat-element@1.1.2 deduped
│   │ │ │   └── repeat-string@1.6.1
│   │ │ ├── preserve@0.2.0
│   │ │ └── repeat-element@1.1.2
│   │ ├─┬ expand-brackets@0.1.5
│   │ │ └── is-posix-bracket@0.1.1
│   │ ├─┬ extglob@0.3.2
│   │ │ └── is-extglob@1.0.0 deduped
│   │ ├── filename-regex@2.0.1
│   │ ├── is-extglob@1.0.0
│   │ ├─┬ is-glob@2.0.1
│   │ │ └── is-extglob@1.0.0 deduped
│   │ ├─┬ kind-of@3.2.2
│   │ │ └── is-buffer@1.1.5
│   │ ├─┬ normalize-path@2.1.1
│   │ │ └── remove-trailing-separator@1.1.0
│   │ ├─┬ object.omit@2.0.1
│   │ │ ├─┬ for-own@0.1.5
│   │ │ │ └── for-in@1.0.2
│   │ │ └── is-extendable@0.1.1
│   │ ├─┬ parse-glob@3.0.4
│   │ │ ├─┬ glob-base@0.3.0
│   │ │ │ ├─┬ glob-parent@2.0.0
│   │ │ │ │ └── is-glob@2.0.1 deduped
│   │ │ │ └── is-glob@2.0.1 deduped
│   │ │ ├── is-dotfile@1.0.3
│   │ │ ├── is-extglob@1.0.0 deduped
│   │ │ └── is-glob@2.0.1 deduped
│   │ └─┬ regex-cache@0.4.4
│   │   └─┬ is-equal-shallow@0.1.3
│   │     └── is-primitive@2.0.0
│   ├─┬ node-notifier@5.1.2
│   │ ├── growly@1.3.0
│   │ ├── semver@5.4.1 deduped
│   │ ├── shellwords@0.1.1
│   │ └── which@1.3.0 deduped
│   ├── pify@3.0.0
│   ├── slash@1.0.0
│   ├─┬ string-length@2.0.0
│   │ ├── astral-regex@1.0.0
│   │ └── strip-ansi@4.0.0 deduped
│   ├─┬ strip-ansi@4.0.0
│   │ └── ansi-regex@3.0.0
│   ├─┬ which@1.3.0
│   │ └── isexe@2.0.0
│   ├─┬ worker-farm@1.5.0
│   │ ├─┬ errno@0.1.4
│   │ │ └── prr@0.0.0
│   │ └── xtend@4.0.1
│   └─┬ yargs@9.0.1
│     ├── camelcase@4.1.0
│     ├─┬ cliui@3.2.0
│     │ ├─┬ string-width@1.0.2
│     │ │ ├── code-point-at@1.1.0
│     │ │ ├─┬ is-fullwidth-code-point@1.0.0
│     │ │ │ └── number-is-nan@1.0.1
│     │ │ └── strip-ansi@3.0.1 deduped
│     │ ├─┬ strip-ansi@3.0.1
│     │ │ └── ansi-regex@2.1.1
│     │ └─┬ wrap-ansi@2.1.0
│     │   ├─┬ string-width@1.0.2
│     │   │ ├── code-point-at@1.1.0 deduped
│     │   │ ├── is-fullwidth-code-point@1.0.0 deduped
│     │   │ └── strip-ansi@3.0.1 deduped
│     │   └─┬ strip-ansi@3.0.1
│     │     └── ansi-regex@2.1.1 deduped
│     ├── decamelize@1.2.0
│     ├── get-caller-file@1.0.2
│     ├─┬ os-locale@2.1.0
│     │ ├─┬ execa@0.7.0
│     │ │ ├─┬ cross-spawn@5.1.0
│     │ │ │ ├─┬ lru-cache@4.1.1
│     │ │ │ │ ├── pseudomap@1.0.2
│     │ │ │ │ └── yallist@2.1.2
│     │ │ │ ├─┬ shebang-command@1.2.0
│     │ │ │ │ └── shebang-regex@1.0.0
│     │ │ │ └── which@1.3.0 deduped
│     │ │ ├── get-stream@3.0.0
│     │ │ ├── is-stream@1.1.0 deduped
│     │ │ ├─┬ npm-run-path@2.0.2
│     │ │ │ └── path-key@2.0.1
│     │ │ ├── p-finally@1.0.0
│     │ │ ├── signal-exit@3.0.2 deduped
│     │ │ └── strip-eof@1.0.0
│     │ ├─┬ lcid@1.0.0
│     │ │ └── invert-kv@1.0.0
│     │ └─┬ mem@1.1.0
│     │   └── mimic-fn@1.1.0
│     ├─┬ read-pkg-up@2.0.0
│     │ ├── find-up@2.1.0 deduped
│     │ └─┬ read-pkg@2.0.0
│     │   ├─┬ load-json-file@2.0.0
│     │   │ ├── graceful-fs@4.1.11 deduped
│     │   │ ├─┬ parse-json@2.2.0
│     │   │ │ └─┬ error-ex@1.3.1
│     │   │ │   └── is-arrayish@0.2.1
│     │   │ ├── pify@2.3.0
│     │   │ └── strip-bom@3.0.0
│     │   ├─┬ normalize-package-data@2.4.0
│     │   │ ├── hosted-git-info@2.5.0
│     │   │ ├── is-builtin-module@1.0.0 deduped
│     │   │ ├── semver@5.4.1 deduped
│     │   │ └─┬ validate-npm-package-license@3.0.1
│     │   │   ├─┬ spdx-correct@1.0.2
│     │   │   │ └── spdx-license-ids@1.2.2
│     │   │   └── spdx-expression-parse@1.0.4
│     │   └─┬ path-type@2.0.0
│     │     └── pify@2.3.0 deduped
│     ├── require-directory@2.1.1
│     ├── require-main-filename@1.0.1
│     ├── set-blocking@2.0.0
│     ├─┬ string-width@2.1.1
│     │ ├── is-fullwidth-code-point@2.0.0
│     │ └── strip-ansi@4.0.0 deduped
│     ├── which-module@2.0.0
│     ├── y18n@3.2.1
│     └─┬ yargs-parser@7.0.0
│       └── camelcase@4.1.0
├─┬ react@16.0.0
│ ├─┬ fbjs@0.8.16
│ │ ├── core-js@1.2.7
│ │ ├─┬ isomorphic-fetch@2.2.1
│ │ │ ├─┬ node-fetch@1.7.3
│ │ │ │ ├─┬ encoding@0.1.12
│ │ │ │ │ └── iconv-lite@0.4.13 deduped
│ │ │ │ └── is-stream@1.1.0
│ │ │ └── whatwg-fetch@2.0.3
│ │ ├── loose-envify@1.3.1 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ promise@7.3.1
│ │ │ └── asap@2.0.6
│ │ ├── setimmediate@1.0.5
│ │ └── ua-parser-js@0.7.17
│ ├─┬ loose-envify@1.3.1
│ │ └── js-tokens@3.0.2
│ ├── object-assign@4.1.1
│ └─┬ prop-types@15.6.0
│   ├── fbjs@0.8.16 deduped
│   ├── loose-envify@1.3.1 deduped
│   └── object-assign@4.1.1 deduped
└─┬ react-test-renderer@16.0.0
  ├── fbjs@0.8.16 deduped
  └── object-assign@4.1.1 deduped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment