_UPDATE: This might be a duplicate of https://github.com/facebook/react-native/issues/19859 but it definitely exists in 0.57-rc.3 still._
Run react-native info in your terminal and paste its contents here.
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 270.51 MB / 16.00 GB
Shell: 2.7.1 - /usr/local/bin/fish
Binaries:
Node: 8.11.4 - /usr/local/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 5.6.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3
IDEs:
Android Studio: 3.1 AI-173.4907809
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
npmPackages:
react: 16.4.1 => 16.4.1
react-native: 0.57.0-rc.3 => 0.57.0-rc.3
Unit tests in new projects generated using the react-native CLI are broken. Here's the steps to reproduce:
$ react-native init rntest
....
$ cd rntest
$ mkdir __tests__
$ cat "class Button {
_binder
constructor() {
this._binder = this._binder.bind(this);
}
_binder() {
console.log('_binder bound to:', this);
}
}
describe('Button', () => {
it('does stuff', () => {
const x = new Button();
})
});
" > __tests__/Button.test.js
$ yarn test
yarn run v1.9.4
$ jest
FAIL __tests__/Button.test.js
β Test suite failed to run
Couldn't find preset "module:metro-react-native-babel-preset" relative to directory "/Users/jeremy/dev/rntest"
at node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19
at Array.map (<anonymous>)
at OptionManager.resolvePresets (node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)
at OptionManager.mergePresets (node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)
at OptionManager.mergeOptions (node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)
at OptionManager.init (node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
at File.initOptions (node_modules/babel-core/lib/transformation/file/index.js:212:65)
at new File (node_modules/babel-core/lib/transformation/file/index.js:135:24)
at Pipeline.transform (node_modules/babel-core/lib/transformation/pipeline.js:46:16)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.309s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
$ _
yarn info
$ yarn list
yarn list v1.9.4
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ convert-source-map@^1.1.0
β ββ debug@^3.1.0
β ββ [email protected]
β β ββ [email protected]
β ββ json5@^0.5.0
β ββ lodash@^4.17.10
β ββ resolve@^1.3.2
β ββ semver@^5.4.1
β ββ source-map@^0.5.0
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ jsesc@^2.5.1
β ββ [email protected]
β ββ lodash@^4.17.10
β ββ source-map@^0.5.0
β ββ trim-right@^1.0.1
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ esutils@^2.0.0
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ chalk@^2.0.0
β ββ esutils@^2.0.2
β ββ js-tokens@^3.0.0
ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ globals@^11.1.0
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ regenerator-transform@^0.13.3
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ regexpu-core@^4.1.3
ββ @babel/[email protected]
β ββ core-js@^2.5.7
β ββ find-cache-dir@^1.0.0
β ββ home-or-tmp@^3.0.0
β ββ [email protected]
β ββ lodash@^4.17.10
β ββ mkdirp@^0.5.1
β ββ pirates@^4.0.0
β ββ source-map-support@^0.4.2
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ debug@^3.1.0
β ββ [email protected]
β β ββ [email protected]
β ββ globals@^11.1.0
β ββ lodash@^4.17.10
ββ @babel/[email protected]
β ββ esutils@^2.0.2
β ββ lodash@^4.17.10
β ββ to-fast-properties@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ mime-types@~2.1.18
β ββ [email protected]
ββ [email protected]
β ββ acorn@^5.0.0
ββ [email protected]
ββ [email protected]
β ββ co@^4.6.0
β ββ fast-deep-equal@^1.0.0
β ββ fast-json-stable-stringify@^2.0.0
β ββ json-schema-traverse@^0.3.0
ββ [email protected]
β ββ kind-of@^3.0.2
β ββ longest@^1.0.1
β ββ repeat-string@^1.5.2
ββ [email protected]
ββ [email protected]
β ββ ansi-wrap@^0.1.0
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ color-convert@^1.9.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β β ββ arr-flatten@^1.1.0
β β ββ array-unique@^0.3.2
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fill-range@^4.0.0
β β ββ [email protected]
β β ββ isobject@^3.0.1
β β ββ repeat-element@^1.1.2
β β ββ snapdragon-node@^2.0.1
β β ββ snapdragon@^0.8.1
β β ββ split-string@^3.0.2
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ is-descriptor@^1.0.2
β β ββ isobject@^3.0.1
β ββ [email protected]
β β ββ debug@^2.3.3
β β ββ define-property@^0.2.5
β β ββ [email protected]
β β β ββ is-descriptor@^0.1.0
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β β ββ is-accessor-descriptor@^0.1.6
β β β ββ is-data-descriptor@^0.1.4
β β β ββ kind-of@^5.0.0
β β ββ [email protected]
β β ββ [email protected]
β β ββ posix-character-classes@^0.1.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β β ββ array-unique@^0.3.2
β β ββ define-property@^1.0.0
β β ββ [email protected]
β β β ββ is-descriptor@^1.0.0
β β ββ expand-brackets@^2.1.4
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fragment-cache@^0.2.1
β β ββ [email protected]
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β ββ is-number@^3.0.0
β β ββ repeat-string@^1.6.1
β β ββ to-regex-range@^2.1.0
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ [email protected]
β ββ micromatch@^3.1.4
β ββ [email protected]
β β ββ arr-diff@^4.0.0
β β ββ array-unique@^0.3.2
β β ββ braces@^2.3.1
β β ββ define-property@^2.0.2
β β ββ extend-shallow@^3.0.2
β β ββ extglob@^2.0.4
β β ββ fragment-cache@^0.2.1
β β ββ kind-of@^6.0.2
β β ββ nanomatch@^1.2.9
β β ββ object.pick@^1.3.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.2
β ββ normalize-path@^2.1.1
ββ [email protected]
β ββ default-require-extensions@^2.0.0
ββ [email protected]
ββ [email protected]
β ββ delegates@^1.0.0
β ββ readable-stream@^2.0.6
ββ [email protected]
β ββ sprintf-js@~1.0.2
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ safer-buffer@~2.1.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ lodash@^4.17.10
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ chalk@^1.1.3
β ββ [email protected]
β β ββ ansi-styles@^2.2.1
β β ββ escape-string-regexp@^1.0.2
β β ββ has-ansi@^2.0.0
β β ββ strip-ansi@^3.0.0
β β ββ supports-color@^2.0.0
β ββ esutils@^2.0.2
β ββ js-tokens@^3.0.2
β ββ [email protected]
ββ [email protected]
β ββ babel-code-frame@^6.26.0
β ββ babel-generator@^6.26.0
β ββ babel-helpers@^6.24.1
β ββ babel-messages@^6.23.0
β ββ babel-register@^6.26.0
β ββ babel-runtime@^6.26.0
β ββ babel-template@^6.26.0
β ββ babel-traverse@^6.26.0
β ββ babel-types@^6.26.0
β ββ babylon@^6.18.0
β ββ convert-source-map@^1.5.1
β ββ debug@^2.6.9
β ββ json5@^0.5.1
β ββ lodash@^4.17.4
β ββ minimatch@^3.0.4
β ββ path-is-absolute@^1.0.1
β ββ private@^0.1.8
β ββ slash@^1.0.0
β ββ source-map@^0.5.7
ββ [email protected]
β ββ babel-messages@^6.23.0
β ββ babel-runtime@^6.26.0
β ββ babel-types@^6.26.0
β ββ detect-indent@^4.0.0
β ββ jsesc@^1.3.0
β ββ [email protected]
β ββ lodash@^4.17.4
β ββ source-map@^0.5.7
β ββ trim-right@^1.0.1
ββ [email protected]
β ββ babel-runtime@^6.26.0
β ββ babel-types@^6.26.0
β ββ esutils@^2.0.2
ββ [email protected]
β ββ babel-helper-hoist-variables@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ babel-traverse@^6.24.1
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-helper-function-name@^6.24.1
β ββ babel-runtime@^6.26.0
β ββ babel-types@^6.26.0
β ββ lodash@^4.17.4
ββ [email protected]
β ββ babel-helper-get-function-arity@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
β ββ babel-traverse@^6.24.1
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.26.0
β ββ babel-types@^6.26.0
β ββ lodash@^4.17.4
ββ [email protected]
β ββ babel-helper-optimise-call-expression@^6.24.1
β ββ babel-messages@^6.23.0
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
β ββ babel-traverse@^6.24.1
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
ββ [email protected]
β ββ babel-plugin-istanbul@^4.1.6
β ββ babel-preset-jest@^23.2.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-plugin-syntax-object-rest-spread@^6.13.0
β ββ find-up@^2.1.0
β ββ istanbul-lib-instrument@^1.10.1
β ββ test-exclude@^4.2.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ babel-helper-function-name@^6.24.1
β ββ babel-plugin-syntax-class-properties@^6.8.0
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.26.0
β ββ babel-template@^6.26.0
β ββ babel-traverse@^6.26.0
β ββ babel-types@^6.26.0
β ββ lodash@^4.17.4
ββ [email protected]
β ββ babel-helper-define-map@^6.24.1
β ββ babel-helper-function-name@^6.24.1
β ββ babel-helper-optimise-call-expression@^6.24.1
β ββ babel-helper-replace-supers@^6.24.1
β ββ babel-messages@^6.23.0
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
β ββ babel-traverse@^6.24.1
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-helper-function-name@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-plugin-transform-strict-mode@^6.24.1
β ββ babel-runtime@^6.26.0
β ββ babel-template@^6.26.0
β ββ babel-types@^6.26.0
ββ [email protected]
β ββ babel-helper-replace-supers@^6.24.1
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-helper-call-delegate@^6.24.1
β ββ babel-helper-get-function-arity@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ babel-template@^6.24.1
β ββ babel-traverse@^6.24.1
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-helper-regex@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-helper-regex@^6.24.1
β ββ babel-runtime@^6.22.0
β ββ regexpu-core@^2.0.0
β ββ [email protected]
β β ββ regenerate@^1.2.1
β β ββ regjsgen@^0.2.0
β β ββ regjsparser@^0.1.4
β ββ [email protected]
β ββ [email protected]
β ββ jsesc@~0.5.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-plugin-syntax-flow@^6.18.0
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-plugin-syntax-object-rest-spread@^6.8.0
β ββ babel-runtime@^6.26.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-helper-builder-react-jsx@^6.24.1
β ββ babel-plugin-syntax-jsx@^6.8.0
β ββ babel-runtime@^6.22.0
ββ [email protected]
β ββ babel-runtime@^6.22.0
β ββ babel-types@^6.24.1
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ babel-plugin-check-es2015-constants@^6.8.0
β ββ babel-plugin-syntax-class-properties@^6.8.0
β ββ babel-plugin-syntax-flow@^6.8.0
β ββ babel-plugin-syntax-jsx@^6.8.0
β ββ babel-plugin-syntax-object-rest-spread@^6.8.0
β ββ babel-plugin-syntax-trailing-function-commas@^6.8.0
β ββ babel-plugin-transform-class-properties@^6.8.0
β ββ babel-plugin-transform-es2015-arrow-functions@^6.8.0
β ββ babel-plugin-transform-es2015-block-scoped-functions@^6.8.0
β ββ babel-plugin-transform-es2015-block-scoping@^6.8.0
β ββ babel-plugin-transform-es2015-classes@^6.8.0
β ββ babel-plugin-transform-es2015-computed-properties@^6.8.0
β ββ babel-plugin-transform-es2015-destructuring@^6.8.0
β ββ babel-plugin-transform-es2015-for-of@^6.8.0
β ββ babel-plugin-transform-es2015-function-name@^6.8.0
β ββ babel-plugin-transform-es2015-literals@^6.8.0
β ββ babel-plugin-transform-es2015-modules-commonjs@^6.8.0
β ββ babel-plugin-transform-es2015-object-super@^6.8.0
β ββ babel-plugin-transform-es2015-parameters@^6.8.0
β ββ babel-plugin-transform-es2015-shorthand-properties@^6.8.0
β ββ babel-plugin-transform-es2015-spread@^6.8.0
β ββ babel-plugin-transform-es2015-template-literals@^6.8.0
β ββ babel-plugin-transform-es3-member-expression-literals@^6.8.0
β ββ babel-plugin-transform-es3-property-literals@^6.8.0
β ββ babel-plugin-transform-flow-strip-types@^6.8.0
β ββ babel-plugin-transform-object-rest-spread@^6.8.0
β ββ babel-plugin-transform-react-display-name@^6.8.0
β ββ babel-plugin-transform-react-jsx@^6.8.0
ββ [email protected]
β ββ babel-plugin-jest-hoist@^23.2.0
β ββ babel-plugin-syntax-object-rest-spread@^6.13.0
ββ [email protected]
β ββ babel-core@^6.26.0
β ββ babel-runtime@^6.26.0
β ββ core-js@^2.5.0
β ββ home-or-tmp@^2.0.0
β ββ lodash@^4.17.4
β ββ mkdirp@^0.5.1
β ββ source-map-support@^0.4.15
ββ [email protected]
β ββ core-js@^2.4.0
β ββ regenerator-runtime@^0.11.0
ββ [email protected]
β ββ babel-runtime@^6.26.0
β ββ babel-traverse@^6.26.0
β ββ babel-types@^6.26.0
β ββ babylon@^6.18.0
β ββ lodash@^4.17.4
ββ [email protected]
β ββ babel-code-frame@^6.26.0
β ββ babel-messages@^6.23.0
β ββ babel-runtime@^6.26.0
β ββ babel-types@^6.26.0
β ββ babylon@^6.18.0
β ββ debug@^2.6.8
β ββ globals@^9.18.0
β ββ [email protected]
β ββ invariant@^2.2.2
β ββ lodash@^4.17.4
ββ [email protected]
β ββ babel-runtime@^6.26.0
β ββ esutils@^2.0.2
β ββ lodash@^4.17.4
β ββ to-fast-properties@^1.0.3
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ cache-base@^1.0.1
β ββ class-utils@^0.3.5
β ββ component-emitter@^1.2.1
β ββ define-property@^1.0.0
β ββ [email protected]
β β ββ is-descriptor@^1.0.0
β ββ isobject@^3.0.1
β ββ mixin-deep@^1.2.0
β ββ pascalcase@^0.1.1
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ tweetnacl@^0.14.3
ββ [email protected]
ββ [email protected]
β ββ stream-buffers@~2.2.0
ββ [email protected]
β ββ big-integer@^1.6.7
ββ [email protected]
β ββ balanced-match@^1.0.0
β ββ [email protected]
ββ [email protected]
β ββ expand-range@^1.8.1
β ββ preserve@^0.2.0
β ββ repeat-element@^1.1.2
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ node-int64@^0.4.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ collection-visit@^1.0.0
β ββ component-emitter@^1.2.1
β ββ get-value@^2.0.6
β ββ has-value@^1.0.0
β ββ isobject@^3.0.1
β ββ set-value@^2.0.0
β ββ to-object-path@^0.3.0
β ββ union-value@^1.0.0
β ββ unset-value@^1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ rsvp@^3.3.3
ββ [email protected]
ββ [email protected]
β ββ align-text@^0.1.3
β ββ lazy-cache@^1.0.3
ββ [email protected]
β ββ ansi-styles@^3.2.1
β ββ escape-string-regexp@^1.0.5
β ββ supports-color@^5.3.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ arr-union@^3.1.0
β ββ define-property@^0.2.5
β ββ isobject@^3.0.0
β ββ static-extend@^0.1.1
ββ [email protected]
β ββ restore-cursor@^2.0.0
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ string-width@^2.1.1
β ββ strip-ansi@^4.0.0
β ββ [email protected]
β β ββ ansi-regex@^3.0.0
β ββ wrap-ansi@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ map-visit@^1.0.0
β ββ object-visit@^1.0.0
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ delayed-stream@~1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ mime-db@>= 1.34.0 < 2
ββ [email protected]
β ββ accepts@~1.3.5
β ββ [email protected]
β ββ compressible@~2.0.14
β ββ [email protected]
β ββ on-headers@~1.0.1
β ββ [email protected]
β ββ vary@~1.1.2
ββ [email protected]
ββ [email protected]
β ββ buffer-from@^1.0.0
β ββ inherits@^2.0.3
β ββ readable-stream@^2.2.2
β ββ typedarray@^0.0.6
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ parseurl@~1.3.2
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-directory@^0.3.1
β ββ js-yaml@^3.9.0
β ββ parse-json@^4.0.0
β ββ [email protected]
β ββ error-ex@^1.3.1
β ββ json-parse-better-errors@^1.0.1
ββ [email protected]
β ββ fbjs@^0.8.9
β ββ loose-envify@^1.3.1
β ββ object-assign@^4.1.1
ββ [email protected]
β ββ lru-cache@^4.0.1
β ββ shebang-command@^1.2.0
β ββ which@^1.2.9
ββ [email protected]
ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ assert-plus@^1.0.0
ββ [email protected]
β ββ abab@^2.0.0
β ββ whatwg-mimetype@^2.1.0
β ββ whatwg-url@^7.0.0
β ββ [email protected]
β ββ lodash.sortby@^4.7.0
β ββ tr46@^1.0.1
β ββ webidl-conversions@^4.0.2
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ strip-bom@^3.0.0
ββ [email protected]
β ββ object-keys@^1.0.12
ββ [email protected]
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ is-descriptor@^0.1.0
β ββ [email protected]
β β ββ is-accessor-descriptor@^0.1.6
β β ββ is-data-descriptor@^0.1.4
β β ββ kind-of@^5.0.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ repeating@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ webidl-conversions@^4.0.2
ββ [email protected]
β ββ jsbn@~0.1.0
β ββ safer-buffer@^2.1.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ iconv-lite@~0.4.13
ββ [email protected]
ββ [email protected]
β ββ is-arrayish@^0.2.1
ββ [email protected]
β ββ accepts@~1.3.3
β ββ escape-html@~1.0.3
ββ [email protected]
β ββ es-to-primitive@^1.1.1
β ββ function-bind@^1.1.1
β ββ has@^1.0.1
β ββ is-callable@^1.1.3
β ββ is-regex@^1.0.4
ββ [email protected]
β ββ is-callable@^1.1.1
β ββ is-date-object@^1.0.1
β ββ is-symbol@^1.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ esprima@^3.1.3
β ββ [email protected]
β ββ estraverse@^4.2.0
β ββ esutils@^2.0.2
β ββ optionator@^0.8.1
β ββ source-map@~0.6.1
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ merge@^1.2.0
ββ [email protected]
β ββ cross-spawn@^5.0.1
β ββ get-stream@^3.0.0
β ββ is-stream@^1.1.0
β ββ npm-run-path@^2.0.0
β ββ p-finally@^1.0.0
β ββ signal-exit@^3.0.0
β ββ strip-eof@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ is-posix-bracket@^0.1.0
ββ [email protected]
β ββ fill-range@^2.1.0
ββ [email protected]
β ββ ansi-styles@^3.2.0
β ββ jest-diff@^23.5.0
β ββ jest-get-type@^22.1.0
β ββ jest-matcher-utils@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-regex-util@^23.3.0
ββ [email protected]
β ββ is-extendable@^0.1.0
ββ [email protected]
ββ [email protected]
β ββ chardet@^0.4.0
β ββ iconv-lite@^0.4.17
β ββ tmp@^0.0.33
ββ [email protected]
β ββ is-extglob@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ ansi-gray@^0.1.1
β ββ color-support@^1.1.3
β ββ time-stamp@^1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ bser@^2.0.0
ββ [email protected]
β ββ ansi-colors@^1.0.1
β ββ babel-core@^6.7.2
β ββ babel-preset-fbjs@^2.1.2
β ββ [email protected]
β β ββ babel-plugin-check-es2015-constants@^6.8.0
β β ββ babel-plugin-syntax-class-properties@^6.8.0
β β ββ babel-plugin-syntax-flow@^6.8.0
β β ββ babel-plugin-syntax-jsx@^6.8.0
β β ββ babel-plugin-syntax-object-rest-spread@^6.8.0
β β ββ babel-plugin-syntax-trailing-function-commas@^6.8.0
β β ββ babel-plugin-transform-class-properties@^6.8.0
β β ββ babel-plugin-transform-es2015-arrow-functions@^6.8.0
β β ββ babel-plugin-transform-es2015-block-scoped-functions@^6.8.0
β β ββ babel-plugin-transform-es2015-block-scoping@^6.8.0
β β ββ babel-plugin-transform-es2015-classes@^6.8.0
β β ββ babel-plugin-transform-es2015-computed-properties@^6.8.0
β β ββ babel-plugin-transform-es2015-destructuring@^6.8.0
β β ββ babel-plugin-transform-es2015-for-of@^6.8.0
β β ββ babel-plugin-transform-es2015-function-name@^6.8.0
β β ββ babel-plugin-transform-es2015-literals@^6.8.0
β β ββ babel-plugin-transform-es2015-modules-commonjs@^6.8.0
β β ββ babel-plugin-transform-es2015-object-super@^6.8.0
β β ββ babel-plugin-transform-es2015-parameters@^6.8.0
β β ββ babel-plugin-transform-es2015-shorthand-properties@^6.8.0
β β ββ babel-plugin-transform-es2015-spread@^6.8.0
β β ββ babel-plugin-transform-es2015-template-literals@^6.8.0
β β ββ babel-plugin-transform-es3-member-expression-literals@^6.8.0
β β ββ babel-plugin-transform-es3-property-literals@^6.8.0
β β ββ babel-plugin-transform-flow-strip-types@^6.8.0
β β ββ babel-plugin-transform-object-rest-spread@^6.8.0
β β ββ babel-plugin-transform-react-display-name@^6.8.0
β β ββ babel-plugin-transform-react-jsx@^6.8.0
β ββ core-js@^2.4.1
β ββ cross-spawn@^5.1.0
β ββ fancy-log@^1.3.2
β ββ object-assign@^4.0.1
β ββ plugin-error@^0.1.2
β ββ semver@^5.1.0
β ββ through2@^2.0.0
ββ [email protected]
β ββ core-js@^1.0.0
β ββ [email protected]
β ββ isomorphic-fetch@^2.1.1
β ββ loose-envify@^1.0.0
β ββ object-assign@^4.1.0
β ββ promise@^7.1.1
β ββ setimmediate@^1.0.5
β ββ ua-parser-js@^0.7.18
ββ [email protected]
β ββ escape-string-regexp@^1.0.5
ββ [email protected]
ββ [email protected]
β ββ glob@^7.0.3
β ββ minimatch@^3.0.3
ββ [email protected]
β ββ is-number@^2.1.0
β ββ [email protected]
β β ββ kind-of@^3.0.2
β ββ isobject@^2.0.0
β ββ [email protected]
β β ββ [email protected]
β ββ randomatic@^3.0.0
β ββ repeat-element@^1.1.2
β ββ repeat-string@^1.5.2
ββ [email protected]
β ββ [email protected]
β ββ encodeurl@~1.0.1
β ββ escape-html@~1.0.3
β ββ on-finished@~2.3.0
β ββ parseurl@~1.3.2
β ββ statuses@~1.3.1
β ββ unpipe@~1.0.0
ββ [email protected]
β ββ commondir@^1.0.1
β ββ make-dir@^1.0.0
β ββ pkg-dir@^2.0.0
ββ [email protected]
β ββ locate-path@^2.0.0
ββ [email protected]
ββ [email protected]
β ββ for-in@^1.0.1
ββ [email protected]
ββ [email protected]
β ββ asynckit@^0.4.0
β ββ [email protected]
β ββ mime-types@^2.1.12
ββ [email protected]
β ββ map-cache@^0.2.2
ββ [email protected]
ββ [email protected]
β ββ graceful-fs@^4.1.2
β ββ jsonfile@^2.1.0
β ββ klaw@^1.0.0
ββ [email protected]
β ββ minipass@^2.2.1
ββ [email protected]
ββ [email protected]
β ββ nan@^2.9.2
β ββ node-pre-gyp@^0.10.0
ββ [email protected]
ββ [email protected]
β ββ ansi@^0.3.0
β ββ has-unicode@^2.0.0
β ββ lodash.pad@^4.1.0
β ββ lodash.padend@^4.1.0
β ββ lodash.padstart@^4.1.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ assert-plus@^1.0.0
ββ [email protected]
β ββ glob-parent@^2.0.0
β ββ is-glob@^2.0.0
ββ [email protected]
β ββ is-glob@^2.0.0
ββ [email protected]
β ββ fs.realpath@^1.0.0
β ββ inflight@^1.0.4
β ββ inherits@2
β ββ minimatch@^3.0.4
β ββ once@^1.3.0
β ββ path-is-absolute@^1.0.0
ββ [email protected]
β ββ min-document@^2.19.0
β ββ process@~0.5.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ async@^1.4.0
β ββ [email protected]
β ββ optimist@^0.6.1
β ββ source-map@^0.4.4
β ββ [email protected]
β β ββ amdefine@>=0.0.4
β ββ uglify-js@^2.6
ββ [email protected]
ββ [email protected]
β ββ ajv@^5.3.0
β ββ har-schema@^2.0.0
ββ [email protected]
β ββ ansi-regex@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ get-value@^2.0.6
β ββ has-values@^1.0.0
β ββ isobject@^3.0.0
ββ [email protected]
β ββ is-number@^3.0.0
β ββ kind-of@^4.0.0
β ββ [email protected]
β ββ is-buffer@^1.1.5
ββ [email protected]
β ββ function-bind@^1.1.1
ββ [email protected]
β ββ os-homedir@^1.0.0
β ββ os-tmpdir@^1.0.1
ββ [email protected]
ββ [email protected]
β ββ whatwg-encoding@^1.0.1
ββ [email protected]
β ββ depd@~1.1.2
β ββ [email protected]
β ββ [email protected]
β ββ statuses@>= 1.4.0 < 2
β ββ [email protected]
ββ [email protected]
β ββ assert-plus@^1.0.0
β ββ jsprim@^1.2.2
β ββ sshpk@^1.7.0
ββ [email protected]
β ββ safer-buffer@>= 2.1.2 < 3
ββ [email protected]
β ββ minimatch@^3.0.4
ββ [email protected]
ββ [email protected]
β ββ pkg-dir@^2.0.0
β ββ resolve-cwd@^2.0.0
ββ [email protected]
ββ [email protected]
β ββ once@^1.3.0
β ββ wrappy@1
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ ansi-escapes@^3.0.0
β ββ [email protected]
β ββ chalk@^2.0.0
β ββ cli-cursor@^2.1.0
β ββ cli-width@^2.0.0
β ββ external-editor@^2.0.4
β ββ figures@^2.0.0
β ββ lodash@^4.3.0
β ββ [email protected]
β ββ run-async@^2.2.0
β ββ rx-lite-aggregates@^4.0.8
β ββ rx-lite@^4.0.8
β ββ string-width@^2.1.0
β ββ strip-ansi@^4.0.0
β ββ [email protected]
β β ββ ansi-regex@^3.0.0
β ββ through@^2.3.6
ββ [email protected]
β ββ loose-envify@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ kind-of@^6.0.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ builtin-modules@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ ci-info@^1.3.0
ββ [email protected]
β ββ kind-of@^6.0.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-accessor-descriptor@^1.0.0
β ββ is-data-descriptor@^1.0.0
β ββ kind-of@^6.0.2
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-primitive@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ number-is-nan@^1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-extglob@^1.0.0
ββ [email protected]
β ββ kind-of@^3.0.2
ββ [email protected]
β ββ isobject@^3.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ has@^1.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ node-fetch@^1.0.1
β ββ [email protected]
β β ββ encoding@^0.1.11
β β ββ is-stream@^1.0.1
β ββ whatwg-fetch@>=0.10.0
ββ [email protected]
ββ [email protected]
β ββ async@^2.1.4
β ββ compare-versions@^3.1.0
β ββ fileset@^2.0.2
β ββ istanbul-lib-coverage@^1.2.0
β ββ istanbul-lib-hook@^1.2.0
β ββ istanbul-lib-instrument@^1.10.1
β ββ istanbul-lib-report@^1.1.4
β ββ istanbul-lib-source-maps@^1.2.4
β ββ istanbul-reports@^1.3.0
β ββ js-yaml@^3.7.0
β ββ mkdirp@^0.5.1
β ββ once@^1.4.0
ββ [email protected]
ββ [email protected]
β ββ append-transform@^1.0.0
ββ [email protected]
β ββ babel-generator@^6.18.0
β ββ babel-template@^6.16.0
β ββ babel-traverse@^6.18.0
β ββ babel-types@^6.18.0
β ββ babylon@^6.18.0
β ββ istanbul-lib-coverage@^1.2.0
β ββ semver@^5.3.0
ββ [email protected]
β ββ [email protected]
β ββ istanbul-lib-coverage@^1.2.0
β ββ mkdirp@^0.5.1
β ββ path-parse@^1.0.5
β ββ supports-color@^3.1.2
β ββ [email protected]
β ββ has-flag@^1.0.0
ββ [email protected]
β ββ debug@^3.1.0
β ββ [email protected]
β β ββ [email protected]
β ββ istanbul-lib-coverage@^1.2.0
β ββ mkdirp@^0.5.1
β ββ rimraf@^2.6.1
β ββ source-map@^0.5.3
ββ [email protected]
β ββ handlebars@^4.0.3
ββ [email protected]
β ββ throat@^4.0.0
ββ [email protected]
β ββ ansi-escapes@^3.0.0
β ββ [email protected]
β ββ chalk@^2.0.1
β ββ exit@^0.1.2
β ββ glob@^7.1.2
β ββ graceful-fs@^4.1.11
β ββ import-local@^1.0.0
β ββ is-ci@^1.0.10
β ββ istanbul-api@^1.3.1
β ββ istanbul-lib-coverage@^1.2.0
β ββ istanbul-lib-instrument@^1.10.1
β ββ istanbul-lib-source-maps@^1.2.4
β ββ jest-changed-files@^23.4.2
β ββ jest-config@^23.5.0
β ββ jest-environment-jsdom@^23.4.0
β ββ jest-get-type@^22.1.0
β ββ jest-haste-map@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-regex-util@^23.3.0
β ββ jest-resolve-dependencies@^23.5.0
β ββ jest-runner@^23.5.0
β ββ jest-runtime@^23.5.0
β ββ jest-snapshot@^23.5.0
β ββ jest-util@^23.4.0
β ββ jest-validate@^23.5.0
β ββ jest-watcher@^23.4.0
β ββ jest-worker@^23.2.0
β ββ micromatch@^2.3.11
β ββ node-notifier@^5.2.1
β ββ prompts@^0.1.9
β ββ realpath-native@^1.0.0
β ββ rimraf@^2.5.4
β ββ slash@^1.0.0
β ββ string-length@^2.0.0
β ββ strip-ansi@^4.0.0
β ββ [email protected]
β β ββ ansi-regex@^3.0.0
β ββ which@^1.2.12
β ββ yargs@^11.0.0
ββ [email protected]
β ββ babel-core@^6.0.0
β ββ babel-jest@^23.4.2
β ββ chalk@^2.0.1
β ββ glob@^7.1.1
β ββ jest-environment-jsdom@^23.4.0
β ββ jest-environment-node@^23.4.0
β ββ jest-get-type@^22.1.0
β ββ jest-jasmine2@^23.5.0
β ββ jest-regex-util@^23.3.0
β ββ jest-resolve@^23.5.0
β ββ jest-util@^23.4.0
β ββ jest-validate@^23.5.0
β ββ micromatch@^2.3.11
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ chalk@^2.0.1
β ββ diff@^3.2.0
β ββ jest-get-type@^22.1.0
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ detect-newline@^2.1.0
ββ [email protected]
β ββ chalk@^2.0.1
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ jest-mock@^23.2.0
β ββ jest-util@^23.4.0
β ββ jsdom@^11.5.1
ββ [email protected]
β ββ jest-mock@^23.2.0
β ββ jest-util@^23.4.0
ββ [email protected]
ββ [email protected]
β ββ fb-watchman@^2.0.0
β ββ graceful-fs@^4.1.11
β ββ invariant@^2.2.4
β ββ jest-docblock@^23.2.0
β ββ jest-serializer@^23.0.1
β ββ jest-worker@^23.2.0
β ββ micromatch@^2.3.11
β ββ sane@^2.0.0
ββ [email protected]
β ββ babel-traverse@^6.0.0
β ββ chalk@^2.0.1
β ββ co@^4.6.0
β ββ expect@^23.5.0
β ββ is-generator-fn@^1.0.0
β ββ jest-diff@^23.5.0
β ββ jest-each@^23.5.0
β ββ jest-matcher-utils@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-snapshot@^23.5.0
β ββ jest-util@^23.4.0
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ chalk@^2.0.1
β ββ jest-get-type@^22.1.0
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ @babel/code-frame@^7.0.0-beta.35
β ββ @babel/[email protected]
β β ββ @babel/[email protected]
β ββ @babel/[email protected]
β β ββ chalk@^2.0.0
β β ββ esutils@^2.0.2
β β ββ js-tokens@^4.0.0
β ββ chalk@^2.0.1
β ββ [email protected]
β ββ micromatch@^2.3.11
β ββ slash@^1.0.0
β ββ stack-utils@^1.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ jest-regex-util@^23.3.0
β ββ jest-snapshot@^23.5.0
ββ [email protected]
β ββ browser-resolve@^1.11.3
β ββ chalk@^2.0.1
β ββ realpath-native@^1.0.0
ββ [email protected]
β ββ exit@^0.1.2
β ββ graceful-fs@^4.1.11
β ββ jest-config@^23.5.0
β ββ jest-docblock@^23.2.0
β ββ jest-haste-map@^23.5.0
β ββ jest-jasmine2@^23.5.0
β ββ jest-leak-detector@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-runtime@^23.5.0
β ββ jest-util@^23.4.0
β ββ jest-worker@^23.2.0
β ββ source-map-support@^0.5.6
β ββ [email protected]
β β ββ buffer-from@^1.0.0
β β ββ source-map@^0.6.0
β ββ [email protected]
β ββ throat@^4.0.0
ββ [email protected]
β ββ babel-core@^6.0.0
β ββ babel-plugin-istanbul@^4.1.6
β ββ chalk@^2.0.1
β ββ convert-source-map@^1.4.0
β ββ exit@^0.1.2
β ββ fast-json-stable-stringify@^2.0.0
β ββ graceful-fs@^4.1.11
β ββ jest-config@^23.5.0
β ββ jest-haste-map@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-regex-util@^23.3.0
β ββ jest-resolve@^23.5.0
β ββ jest-snapshot@^23.5.0
β ββ jest-util@^23.4.0
β ββ jest-validate@^23.5.0
β ββ micromatch@^2.3.11
β ββ realpath-native@^1.0.0
β ββ slash@^1.0.0
β ββ [email protected]
β ββ write-file-atomic@^2.1.0
β ββ [email protected]
β β ββ graceful-fs@^4.1.11
β β ββ imurmurhash@^0.1.4
β β ββ signal-exit@^3.0.2
β ββ yargs@^11.0.0
ββ [email protected]
ββ [email protected]
β ββ babel-types@^6.0.0
β ββ chalk@^2.0.1
β ββ jest-diff@^23.5.0
β ββ jest-matcher-utils@^23.5.0
β ββ jest-message-util@^23.4.0
β ββ jest-resolve@^23.5.0
β ββ mkdirp@^0.5.1
β ββ natural-compare@^1.4.0
β ββ pretty-format@^23.5.0
β ββ semver@^5.5.0
ββ [email protected]
β ββ callsites@^2.0.0
β ββ chalk@^2.0.1
β ββ graceful-fs@^4.1.11
β ββ is-ci@^1.0.10
β ββ jest-message-util@^23.4.0
β ββ mkdirp@^0.5.1
β ββ slash@^1.0.0
β ββ source-map@^0.6.0
β ββ [email protected]
ββ [email protected]
β ββ chalk@^2.0.1
β ββ jest-get-type@^22.1.0
β ββ leven@^2.1.0
β ββ pretty-format@^23.5.0
ββ [email protected]
β ββ ansi-escapes@^3.0.0
β ββ chalk@^2.0.1
β ββ string-length@^2.0.0
ββ [email protected]
β ββ merge-stream@^1.0.1
ββ [email protected]
β ββ import-local@^1.0.0
β ββ jest-cli@^23.5.0
ββ [email protected]
ββ [email protected]
β ββ argparse@^1.0.7
β ββ esprima@^4.0.0
ββ [email protected]
ββ [email protected]
β ββ abab@^2.0.0
β ββ acorn-globals@^4.1.0
β ββ acorn@^5.5.3
β ββ array-equal@^1.0.0
β ββ cssom@>= 0.3.2 < 0.4.0
β ββ cssstyle@^1.0.0
β ββ data-urls@^1.0.0
β ββ domexception@^1.0.1
β ββ escodegen@^1.9.1
β ββ html-encoding-sniffer@^1.0.2
β ββ left-pad@^1.3.0
β ββ nwsapi@^2.0.7
β ββ [email protected]
β ββ pn@^1.1.0
β ββ request-promise-native@^1.0.5
β ββ request@^2.87.0
β ββ sax@^1.2.4
β ββ symbol-tree@^3.2.2
β ββ tough-cookie@^2.3.4
β ββ w3c-hr-time@^1.0.1
β ββ webidl-conversions@^4.0.2
β ββ whatwg-encoding@^1.0.3
β ββ whatwg-mimetype@^2.1.0
β ββ whatwg-url@^6.4.1
β ββ ws@^5.2.0
β ββ [email protected]
β β ββ async-limiter@~1.0.0
β ββ xml-name-validator@^3.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ jsonify@~0.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ graceful-fs@^4.1.6
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ is-buffer@^1.1.5
ββ [email protected]
β ββ graceful-fs@^4.1.9
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ invert-kv@^1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ prelude-ls@~1.1.2
β ββ type-check@~0.3.2
ββ [email protected]
β ββ graceful-fs@^4.1.2
β ββ parse-json@^2.2.0
β ββ pify@^2.0.0
β ββ strip-bom@^3.0.0
ββ [email protected]
β ββ p-locate@^2.0.0
β ββ path-exists@^3.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ js-tokens@^3.0.0 || ^4.0.0
β ββ [email protected]
ββ [email protected]
β ββ pseudomap@^1.0.2
β ββ yallist@^2.1.2
β ββ [email protected]
ββ [email protected]
β ββ pify@^3.0.0
β ββ [email protected]
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ object-visit@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ mimic-fn@^1.0.0
ββ [email protected]
β ββ readable-stream@^2.0.1
ββ [email protected]
ββ [email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ core-js@^2.2.2
β ββ escape-string-regexp@^1.0.5
ββ [email protected]
β ββ @babel/[email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ mkdirp@^0.5.1
β ββ rimraf@^2.5.4
ββ [email protected]
β ββ cosmiconfig@^5.0.5
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ lodash.throttle@^4.1.1
β ββ [email protected]
β ββ wordwrap@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ uglify-es@^3.1.9
ββ [email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ [email protected]
ββ [email protected]
β ββ absolute-path@^0.0.0
ββ [email protected]
β ββ source-map@^0.5.6
ββ [email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ @babel/[email protected]
β ββ absolute-path@^0.0.0
β ββ [email protected]
β ββ async@^2.4.0
β ββ babel-core@^6.24.1
β ββ babel-preset-es2015-node@^6.1.1
β ββ [email protected]
β ββ babel-register@^6.24.1
β ββ chalk@^1.1.1
β ββ [email protected]
β β ββ ansi-styles@^2.2.1
β β ββ escape-string-regexp@^1.0.2
β β ββ has-ansi@^2.0.0
β β ββ strip-ansi@^3.0.0
β β ββ supports-color@^2.0.0
β ββ [email protected]
β β ββ string-width@^1.0.1
β β ββ [email protected]
β β β ββ code-point-at@^1.0.0
β β β ββ is-fullwidth-code-point@^1.0.0
β β β ββ strip-ansi@^3.0.0
β β ββ strip-ansi@^3.0.1
β β ββ wrap-ansi@^2.0.0
β ββ concat-stream@^1.6.0
β ββ connect@^3.6.5
β ββ debug@^2.2.0
β ββ denodeify@^1.2.1
β ββ eventemitter3@^3.0.0
β ββ [email protected]
β ββ fs-extra@^1.0.0
β ββ graceful-fs@^4.1.3
β ββ image-size@^0.6.0
β ββ [email protected]
β β ββ number-is-nan@^1.0.0
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ json-stable-stringify@^1.0.1
β ββ json5@^0.4.0
β ββ [email protected]
β ββ left-pad@^1.1.3
β ββ lodash.throttle@^4.1.1
β ββ merge-stream@^1.0.1
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β β ββ mime-db@~1.23.0
β ββ [email protected]
β ββ mkdirp@^0.5.1
β ββ node-fetch@^2.2.0
β ββ react-transform-hmr@^1.0.4
β ββ resolve@^1.5.0
β ββ rimraf@^2.5.4
β ββ serialize-error@^2.1.0
β ββ source-map@^0.5.6
β ββ [email protected]
β ββ [email protected]
β ββ throat@^4.1.0
β ββ wordwrap@^1.0.0
β ββ write-file-atomic@^1.2.0
β ββ ws@^1.1.0
β ββ xpipe@^1.0.5
β ββ [email protected]
β β ββ camelcase@^4.1.0
β ββ yargs@^9.0.0
β ββ [email protected]
β ββ camelcase@^4.1.0
β ββ cliui@^3.2.0
β ββ decamelize@^1.1.1
β ββ get-caller-file@^1.0.1
β ββ os-locale@^2.0.0
β ββ read-pkg-up@^2.0.0
β ββ require-directory@^2.1.1
β ββ require-main-filename@^1.0.1
β ββ set-blocking@^2.0.0
β ββ string-width@^2.0.0
β ββ which-module@^2.0.0
β ββ y18n@^3.2.1
β ββ yargs-parser@^7.0.0
ββ [email protected]
β ββ arr-diff@^2.0.0
β ββ [email protected]
β β ββ arr-flatten@^1.0.1
β ββ array-unique@^0.2.1
β ββ [email protected]
β ββ braces@^1.8.2
β ββ expand-brackets@^0.1.4
β ββ extglob@^0.3.1
β ββ filename-regex@^2.0.0
β ββ is-extglob@^1.0.0
β ββ is-glob@^2.0.1
β ββ kind-of@^3.0.2
β ββ normalize-path@^2.0.1
β ββ object.omit@^2.0.0
β ββ parse-glob@^3.0.4
β ββ regex-cache@^0.4.2
ββ [email protected]
ββ [email protected]
β ββ mime-db@~1.36.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ dom-walk@^0.1.0
ββ [email protected]
β ββ brace-expansion@^1.1.7
ββ [email protected]
ββ [email protected]
β ββ safe-buffer@^5.1.2
β ββ yallist@^3.0.0
ββ [email protected]
β ββ minipass@^2.2.1
ββ [email protected]
β ββ for-in@^1.0.2
β ββ is-extendable@^1.0.1
β ββ [email protected]
β ββ is-plain-object@^2.0.4
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ basic-auth@~2.0.0
β ββ [email protected]
β ββ depd@~1.1.1
β ββ on-finished@~2.3.0
β ββ on-headers@~1.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ arr-diff@^4.0.0
β ββ array-unique@^0.3.2
β ββ define-property@^2.0.2
β ββ [email protected]
β β ββ is-descriptor@^1.0.2
β β ββ isobject@^3.0.1
β ββ extend-shallow@^3.0.2
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ fragment-cache@^0.2.1
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ is-windows@^1.0.2
β ββ kind-of@^6.0.2
β ββ [email protected]
β ββ object.pick@^1.3.0
β ββ regex-not@^1.0.0
β ββ snapdragon@^0.8.1
β ββ to-regex@^3.0.1
ββ [email protected]
ββ [email protected]
β ββ debug@^2.1.2
β ββ iconv-lite@^0.4.4
β ββ sax@^1.2.4
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ growly@^1.3.0
β ββ semver@^5.4.1
β ββ shellwords@^0.1.1
β ββ which@^1.3.0
ββ [email protected]
β ββ detect-libc@^1.0.2
β ββ [email protected]
β β ββ aproba@^1.0.3
β β ββ console-control-strings@^1.0.0
β β ββ has-unicode@^2.0.0
β β ββ object-assign@^4.1.0
β β ββ signal-exit@^3.0.0
β β ββ string-width@^1.0.1
β β ββ strip-ansi@^3.0.1
β β ββ wide-align@^1.1.0
β ββ [email protected]
β β ββ number-is-nan@^1.0.0
β ββ mkdirp@^0.5.1
β ββ needle@^2.2.1
β ββ nopt@^4.0.1
β ββ npm-packlist@^1.1.6
β ββ npmlog@^4.0.2
β ββ [email protected]
β β ββ are-we-there-yet@~1.1.2
β β ββ console-control-strings@~1.1.0
β β ββ gauge@~2.7.3
β β ββ set-blocking@~2.0.0
β ββ rc@^1.2.7
β ββ rimraf@^2.6.1
β ββ semver@^5.3.0
β ββ [email protected]
β β ββ code-point-at@^1.0.0
β β ββ is-fullwidth-code-point@^1.0.0
β β ββ strip-ansi@^3.0.0
β ββ tar@^4
ββ [email protected]
β ββ abbrev@1
β ββ osenv@^0.1.4
ββ [email protected]
β ββ hosted-git-info@^2.1.4
β ββ is-builtin-module@^1.0.0
β ββ semver@2 || 3 || 4 || 5
β ββ validate-npm-package-license@^3.0.1
ββ [email protected]
β ββ remove-trailing-separator@^1.0.1
ββ [email protected]
ββ [email protected]
β ββ ignore-walk@^3.0.1
β ββ npm-bundled@^1.0.1
ββ [email protected]
β ββ path-key@^2.0.0
ββ [email protected]
β ββ ansi@~0.3.1
β ββ are-we-there-yet@~1.1.2
β ββ gauge@~1.2.5
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ copy-descriptor@^0.1.0
β ββ define-property@^0.2.5
β ββ kind-of@^3.0.3
ββ [email protected]
ββ [email protected]
β ββ isobject@^3.0.0
ββ [email protected]
β ββ define-properties@^1.1.2
β ββ es-abstract@^1.5.1
ββ [email protected]
β ββ for-own@^0.1.4
β ββ is-extendable@^0.1.1
ββ [email protected]
β ββ isobject@^3.0.1
ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ wrappy@1
ββ [email protected]
β ββ mimic-fn@^1.0.0
ββ [email protected]
β ββ object-assign@^4.0.1
ββ [email protected]
β ββ minimist@~0.0.1
β ββ [email protected]
β ββ wordwrap@~0.0.2
β ββ [email protected]
ββ [email protected]
β ββ deep-is@~0.1.3
β ββ fast-levenshtein@~2.0.4
β ββ levn@~0.3.0
β ββ prelude-ls@~1.1.2
β ββ type-check@~0.3.2
β ββ wordwrap@~1.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ execa@^0.7.0
β ββ lcid@^1.0.0
β ββ mem@^1.1.0
ββ [email protected]
ββ [email protected]
β ββ os-homedir@^1.0.0
β ββ os-tmpdir@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ p-try@^1.0.0
ββ [email protected]
β ββ p-limit@^1.1.0
ββ [email protected]
ββ [email protected]
β ββ glob-base@^0.3.0
β ββ is-dotfile@^1.0.0
β ββ is-extglob@^1.0.0
β ββ is-glob@^2.0.0
ββ [email protected]
β ββ error-ex@^1.2.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ pify@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ pinkie@^2.0.0
ββ [email protected]
ββ [email protected]
β ββ node-modules-regexp@^1.0.0
ββ [email protected]
β ββ find-up@^2.1.0
ββ [email protected]
β ββ base64-js@^1.2.3
β ββ xmlbuilder@^9.0.7
β ββ [email protected]
ββ [email protected]
β ββ ansi-cyan@^0.1.1
β ββ ansi-red@^0.1.1
β ββ arr-diff@^1.0.1
β ββ [email protected]
β β ββ arr-flatten@^1.0.1
β β ββ array-slice@^0.2.3
β ββ arr-union@^2.0.1
β ββ [email protected]
β ββ extend-shallow@^1.1.2
β ββ [email protected]
β β ββ kind-of@^1.1.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ ansi-regex@^3.0.0
β ββ [email protected]
β ββ ansi-styles@^3.2.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ asap@~2.0.3
ββ [email protected]
β ββ kleur@^2.0.1
β ββ sisteransi@^0.1.1
ββ [email protected]
β ββ loose-envify@^1.3.1
β ββ object-assign@^4.1.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-number@^4.0.0
β ββ [email protected]
β ββ kind-of@^6.0.0
β ββ [email protected]
β ββ math-random@^1.0.1
ββ [email protected]
ββ [email protected]
β ββ deep-extend@^0.6.0
β ββ ini@~1.3.0
β ββ minimist@^1.2.0
β ββ strip-json-comments@~2.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ shell-quote@^1.6.1
β ββ [email protected]
β ββ ws@^3.3.1
β ββ [email protected]
β ββ async-limiter@~1.0.0
β ββ safe-buffer@~5.1.0
β ββ ultron@~1.1.0
ββ [email protected]
ββ [email protected]
β ββ absolute-path@^0.0.0
β ββ [email protected]
β ββ art@^0.10.0
β ββ base64-js@^1.1.2
β ββ chalk@^1.1.1
β ββ [email protected]
β β ββ ansi-styles@^2.2.1
β β ββ escape-string-regexp@^1.0.2
β β ββ has-ansi@^2.0.0
β β ββ strip-ansi@^3.0.0
β β ββ supports-color@^2.0.0
β ββ [email protected]
β β ββ string-width@^1.0.1
β β ββ [email protected]
β β β ββ code-point-at@^1.0.0
β β β ββ is-fullwidth-code-point@^1.0.0
β β β ββ strip-ansi@^3.0.0
β β ββ strip-ansi@^3.0.1
β β ββ wrap-ansi@^2.0.0
β ββ commander@^2.9.0
β ββ compression@^1.7.1
β ββ connect@^3.6.5
β ββ create-react-class@^15.6.3
β ββ debug@^2.2.0
β ββ denodeify@^1.2.1
β ββ envinfo@^5.7.0
β ββ errorhandler@^1.5.0
β ββ escape-string-regexp@^1.0.5
β ββ event-target-shim@^1.0.5
β ββ fbjs-scripts@^0.8.1
β ββ [email protected]
β ββ fs-extra@^1.0.0
β ββ glob@^7.1.1
β ββ graceful-fs@^4.1.3
β ββ inquirer@^3.0.6
β ββ [email protected]
β β ββ number-is-nan@^1.0.0
β ββ lodash@^4.17.5
β ββ metro-babel-register@^0.43.6
β ββ metro-core@^0.43.6
β ββ metro-memory-fs@^0.43.6
β ββ metro@^0.43.6
β ββ mime@^1.3.4
β ββ minimist@^1.2.0
β ββ mkdirp@^0.5.1
β ββ morgan@^1.9.0
β ββ node-fetch@^2.2.0
β ββ node-notifier@^5.2.1
β ββ npmlog@^2.0.4
β ββ opn@^3.0.2
β ββ optimist@^0.6.1
β ββ plist@^3.0.0
β ββ pretty-format@^4.2.1
β ββ [email protected]
β ββ promise@^7.1.1
β ββ prop-types@^15.5.8
β ββ react-clone-referenced-element@^1.0.1
β ββ react-devtools-core@^3.2.2
β ββ react-timer-mixin@^0.13.2
β ββ regenerator-runtime@^0.11.0
β ββ rimraf@^2.5.4
β ββ semver@^5.0.3
β ββ serve-static@^1.13.1
β ββ [email protected]
β ββ stacktrace-parser@^0.1.3
β ββ [email protected]
β ββ ws@^1.1.0
β ββ xcode@^0.9.1
β ββ xmldoc@^0.4.0
β ββ [email protected]
β β ββ camelcase@^4.1.0
β ββ yargs@^9.0.0
β ββ [email protected]
β ββ camelcase@^4.1.0
β ββ cliui@^3.2.0
β ββ decamelize@^1.1.1
β ββ get-caller-file@^1.0.1
β ββ os-locale@^2.0.0
β ββ read-pkg-up@^2.0.0
β ββ require-directory@^2.1.1
β ββ require-main-filename@^1.0.1
β ββ set-blocking@^2.0.0
β ββ string-width@^2.0.0
β ββ which-module@^2.0.0
β ββ y18n@^3.2.1
β ββ yargs-parser@^7.0.0
ββ [email protected]
β ββ lodash@^4.6.1
β ββ react-deep-force-update@^1.0.0
ββ [email protected]
β ββ fbjs@^0.8.16
β ββ object-assign@^4.1.1
β ββ prop-types@^15.6.0
β ββ react-is@^16.4.1
ββ [email protected]
ββ [email protected]
β ββ global@^4.3.0
β ββ react-proxy@^1.1.7
ββ [email protected]
β ββ fbjs@^0.8.16
β ββ loose-envify@^1.1.0
β ββ object-assign@^4.1.1
β ββ prop-types@^15.6.0
ββ [email protected]
β ββ find-up@^2.0.0
β ββ read-pkg@^2.0.0
ββ [email protected]
β ββ load-json-file@^2.0.0
β ββ normalize-package-data@^2.3.2
β ββ path-type@^2.0.0
ββ [email protected]
β ββ core-util-is@~1.0.0
β ββ inherits@~2.0.3
β ββ isarray@~1.0.0
β ββ process-nextick-args@~2.0.0
β ββ safe-buffer@~5.1.1
β ββ string_decoder@~1.1.1
β ββ util-deprecate@~1.0.1
ββ [email protected]
β ββ util.promisify@^1.0.0
ββ [email protected]
β ββ regenerate@^1.4.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ private@^0.1.6
ββ [email protected]
β ββ is-equal-shallow@^0.1.3
ββ [email protected]
β ββ extend-shallow@^3.0.2
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ safe-regex@^1.1.0
ββ [email protected]
β ββ regenerate-unicode-properties@^7.0.0
β ββ regenerate@^1.4.0
β ββ regjsgen@^0.4.0
β ββ regjsparser@^0.3.0
β ββ unicode-match-property-ecmascript@^1.0.4
β ββ unicode-match-property-value-ecmascript@^1.0.2
ββ [email protected]
ββ [email protected]
β ββ jsesc@~0.5.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ is-finite@^1.0.0
ββ [email protected]
β ββ lodash@^4.13.1
ββ [email protected]
β ββ [email protected]
β ββ stealthy-require@^1.1.0
β ββ tough-cookie@>=2.3.3
ββ [email protected]
β ββ aws-sign2@~0.7.0
β ββ aws4@^1.8.0
β ββ caseless@~0.12.0
β ββ combined-stream@~1.0.6
β ββ extend@~3.0.2
β ββ forever-agent@~0.6.1
β ββ form-data@~2.3.2
β ββ har-validator@~5.1.0
β ββ http-signature@~1.2.0
β ββ is-typedarray@~1.0.0
β ββ isstream@~0.1.2
β ββ json-stringify-safe@~5.0.1
β ββ mime-types@~2.1.19
β ββ oauth-sign@~0.9.0
β ββ performance-now@^2.1.0
β ββ qs@~6.5.2
β ββ safe-buffer@^5.1.2
β ββ tough-cookie@~2.4.3
β ββ tunnel-agent@^0.6.0
β ββ uuid@^3.3.2
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ resolve-from@^3.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ path-parse@^1.0.5
ββ [email protected]
β ββ onetime@^2.0.0
β ββ signal-exit@^3.0.2
ββ [email protected]
ββ [email protected]
β ββ align-text@^0.1.1
ββ [email protected]
β ββ glob@^7.0.5
ββ [email protected]
ββ [email protected]
β ββ is-promise@^2.1.0
ββ [email protected]
β ββ rx-lite@*
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ ret@~0.1.10
ββ [email protected]
ββ [email protected]
β ββ anymatch@^2.0.0
β ββ [email protected]
β β ββ arr-flatten@^1.1.0
β β ββ array-unique@^0.3.2
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fill-range@^4.0.0
β β ββ [email protected]
β β ββ isobject@^3.0.1
β β ββ repeat-element@^1.1.2
β β ββ snapdragon-node@^2.0.1
β β ββ snapdragon@^0.8.1
β β ββ split-string@^3.0.2
β β ββ to-regex@^3.0.1
β ββ capture-exit@^1.2.0
β ββ [email protected]
β β ββ is-descriptor@^1.0.2
β β ββ isobject@^3.0.1
β ββ exec-sh@^0.2.0
β ββ [email protected]
β β ββ debug@^2.3.3
β β ββ define-property@^0.2.5
β β ββ [email protected]
β β β ββ is-descriptor@^0.1.0
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β β ββ is-accessor-descriptor@^0.1.6
β β β ββ is-data-descriptor@^0.1.4
β β β ββ kind-of@^5.0.0
β β ββ [email protected]
β β ββ [email protected]
β β ββ posix-character-classes@^0.1.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β β ββ array-unique@^0.3.2
β β ββ define-property@^1.0.0
β β ββ [email protected]
β β β ββ is-descriptor@^1.0.0
β β ββ expand-brackets@^2.1.4
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fragment-cache@^0.2.1
β β ββ [email protected]
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ fb-watchman@^2.0.0
β ββ [email protected]
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β ββ is-number@^3.0.0
β β ββ repeat-string@^1.6.1
β β ββ to-regex-range@^2.1.0
β ββ fsevents@^1.2.3
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ [email protected]
β ββ micromatch@^3.1.4
β ββ [email protected]
β β ββ arr-diff@^4.0.0
β β ββ array-unique@^0.3.2
β β ββ braces@^2.3.1
β β ββ define-property@^2.0.2
β β ββ extend-shallow@^3.0.2
β β ββ extglob@^2.0.4
β β ββ fragment-cache@^0.2.1
β β ββ kind-of@^6.0.2
β β ββ nanomatch@^1.2.9
β β ββ object.pick@^1.3.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.2
β ββ minimist@^1.1.1
β ββ walker@~1.0.5
β ββ watch@~0.18.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ depd@~1.1.2
β ββ destroy@~1.0.4
β ββ encodeurl@~1.0.2
β ββ escape-html@~1.0.3
β ββ etag@~1.8.1
β ββ [email protected]
β ββ http-errors@~1.6.2
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ on-finished@~2.3.0
β ββ range-parser@~1.2.0
β ββ statuses@~1.4.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ encodeurl@~1.0.2
β ββ escape-html@~1.0.3
β ββ parseurl@~1.3.2
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ extend-shallow@^2.0.1
β ββ is-extendable@^0.1.1
β ββ is-plain-object@^2.0.3
β ββ split-string@^3.0.1
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ shebang-regex@^1.0.0
ββ [email protected]
ββ [email protected]
β ββ array-filter@~0.0.0
β ββ array-map@~0.0.0
β ββ array-reduce@~0.0.0
β ββ jsonify@~0.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β β ββ [email protected]
β β ββ [email protected]
β β ββ [email protected]
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ define-property@^1.0.0
β ββ [email protected]
β β ββ is-descriptor@^1.0.0
β ββ isobject@^3.0.0
β ββ snapdragon-util@^3.0.1
ββ [email protected]
β ββ kind-of@^3.2.0
ββ [email protected]
β ββ base@^0.11.1
β ββ debug@^2.2.0
β ββ define-property@^0.2.5
β ββ extend-shallow@^2.0.1
β ββ map-cache@^0.2.2
β ββ source-map-resolve@^0.5.0
β ββ source-map@^0.5.6
β ββ use@^3.1.0
ββ [email protected]
β ββ atob@^2.1.1
β ββ decode-uri-component@^0.2.0
β ββ resolve-url@^0.2.1
β ββ source-map-url@^0.4.0
β ββ urix@^0.1.0
ββ [email protected]
β ββ source-map@^0.5.6
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ spdx-expression-parse@^3.0.0
β ββ spdx-license-ids@^3.0.0
ββ [email protected]
ββ [email protected]
β ββ spdx-exceptions@^2.1.0
β ββ spdx-license-ids@^3.0.0
ββ [email protected]
ββ [email protected]
β ββ extend-shallow@^3.0.0
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β ββ is-plain-object@^2.0.4
ββ [email protected]
ββ [email protected]
β ββ asn1@~0.2.3
β ββ assert-plus@^1.0.0
β ββ bcrypt-pbkdf@^1.0.0
β ββ dashdash@^1.12.0
β ββ ecc-jsbn@~0.1.1
β ββ getpass@^0.1.1
β ββ jsbn@~0.1.0
β ββ safer-buffer@^2.0.2
β ββ tweetnacl@~0.14.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ define-property@^0.2.5
β ββ object-copy@^0.1.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ safe-buffer@~5.1.0
ββ [email protected]
β ββ [email protected]
β ββ astral-regex@^1.0.0
β ββ strip-ansi@^4.0.0
β ββ [email protected]
β ββ ansi-regex@^3.0.0
ββ [email protected]
β ββ [email protected]
β ββ is-fullwidth-code-point@^2.0.0
β ββ strip-ansi@^4.0.0
β ββ [email protected]
β ββ ansi-regex@^3.0.0
ββ [email protected]
β ββ ansi-regex@^2.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ has-flag@^3.0.0
ββ [email protected]
ββ [email protected]
β ββ chownr@^1.0.1
β ββ fs-minipass@^1.2.5
β ββ minipass@^2.3.3
β ββ minizlib@^1.1.0
β ββ mkdirp@^0.5.0
β ββ safe-buffer@^5.1.2
β ββ yallist@^3.0.2
ββ [email protected]
β ββ os-tmpdir@^1.0.0
β ββ rimraf@~2.2.6
β ββ [email protected]
ββ [email protected]
β ββ arrify@^1.0.1
β ββ [email protected]
β β ββ arr-flatten@^1.1.0
β β ββ array-unique@^0.3.2
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fill-range@^4.0.0
β β ββ [email protected]
β β ββ isobject@^3.0.1
β β ββ repeat-element@^1.1.2
β β ββ snapdragon-node@^2.0.1
β β ββ snapdragon@^0.8.1
β β ββ split-string@^3.0.2
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ is-descriptor@^1.0.2
β β ββ isobject@^3.0.1
β ββ [email protected]
β β ββ debug@^2.3.3
β β ββ define-property@^0.2.5
β β ββ [email protected]
β β β ββ is-descriptor@^0.1.0
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β β ββ is-accessor-descriptor@^0.1.6
β β β ββ is-data-descriptor@^0.1.4
β β β ββ kind-of@^5.0.0
β β ββ [email protected]
β β ββ [email protected]
β β ββ posix-character-classes@^0.1.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β β ββ array-unique@^0.3.2
β β ββ define-property@^1.0.0
β β ββ [email protected]
β β β ββ is-descriptor@^1.0.0
β β ββ expand-brackets@^2.1.4
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ fragment-cache@^0.2.1
β β ββ [email protected]
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.1
β ββ [email protected]
β β ββ extend-shallow@^2.0.1
β β ββ [email protected]
β β β ββ is-extendable@^0.1.0
β β ββ [email protected]
β β ββ is-number@^3.0.0
β β ββ repeat-string@^1.6.1
β β ββ to-regex-range@^2.1.0
β ββ [email protected]
β β ββ path-exists@^2.0.0
β β ββ pinkie-promise@^2.0.0
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ kind-of@^3.0.2
β β ββ [email protected]
β β ββ is-buffer@^1.1.5
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ [email protected]
β ββ [email protected]
β β ββ graceful-fs@^4.1.2
β β ββ parse-json@^2.2.0
β β ββ pify@^2.0.0
β β ββ pinkie-promise@^2.0.0
β β ββ strip-bom@^2.0.0
β ββ micromatch@^3.1.8
β ββ [email protected]
β β ββ arr-diff@^4.0.0
β β ββ array-unique@^0.3.2
β β ββ braces@^2.3.1
β β ββ define-property@^2.0.2
β β ββ extend-shallow@^3.0.2
β β ββ extglob@^2.0.4
β β ββ fragment-cache@^0.2.1
β β ββ kind-of@^6.0.2
β β ββ nanomatch@^1.2.9
β β ββ object.pick@^1.3.0
β β ββ regex-not@^1.0.0
β β ββ snapdragon@^0.8.1
β β ββ to-regex@^3.0.2
β ββ object-assign@^4.1.0
β ββ [email protected]
β β ββ pinkie-promise@^2.0.0
β ββ [email protected]
β β ββ graceful-fs@^4.1.2
β β ββ pify@^2.0.0
β β ββ pinkie-promise@^2.0.0
β ββ read-pkg-up@^1.0.1
β ββ [email protected]
β β ββ find-up@^1.0.0
β β ββ read-pkg@^1.0.0
β ββ [email protected]
β β ββ load-json-file@^1.0.0
β β ββ normalize-package-data@^2.3.2
β β ββ path-type@^1.0.0
β ββ require-main-filename@^1.0.1
β ββ [email protected]
β ββ is-utf8@^0.2.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ readable-stream@^2.1.5
β ββ xtend@~4.0.1
ββ [email protected]
ββ [email protected]
β ββ os-tmpdir@~1.0.2
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ kind-of@^3.0.2
ββ [email protected]
β ββ is-number@^3.0.0
β ββ repeat-string@^1.6.1
ββ [email protected]
β ββ define-property@^2.0.2
β ββ [email protected]
β β ββ is-descriptor@^1.0.2
β β ββ isobject@^3.0.1
β ββ extend-shallow@^3.0.2
β ββ [email protected]
β β ββ assign-symbols@^1.0.0
β β ββ is-extendable@^1.0.1
β ββ [email protected]
β β ββ is-plain-object@^2.0.4
β ββ regex-not@^1.0.2
β ββ safe-regex@^1.1.0
ββ [email protected]
β ββ psl@^1.1.24
β ββ punycode@^1.4.1
ββ [email protected]
β ββ punycode@^2.1.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ safe-buffer@^5.0.1
ββ [email protected]
ββ [email protected]
β ββ prelude-ls@~1.1.2
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ commander@~2.13.0
β ββ [email protected]
β ββ source-map@~0.6.1
β ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β β ββ center-align@^0.1.1
β β ββ right-align@^0.1.1
β β ββ [email protected]
β ββ source-map@~0.5.1
β ββ uglify-to-browserify@~1.0.0
β ββ [email protected]
β ββ yargs@~3.10.0
β ββ [email protected]
β ββ camelcase@^1.0.2
β ββ cliui@^2.1.0
β ββ decamelize@^1.0.0
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ unicode-canonical-property-names-ecmascript@^1.0.4
β ββ unicode-property-aliases-ecmascript@^1.0.4
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ arr-union@^3.1.0
β ββ get-value@^2.0.6
β ββ is-extendable@^0.1.1
β ββ set-value@^0.4.3
β ββ [email protected]
β ββ extend-shallow@^2.0.1
β ββ is-extendable@^0.1.1
β ββ is-plain-object@^2.0.1
β ββ to-object-path@^0.3.0
ββ [email protected]
ββ [email protected]
β ββ has-value@^0.3.1
β ββ [email protected]
β β ββ get-value@^2.0.3
β β ββ has-values@^0.1.4
β β ββ isobject@^2.0.0
β β ββ [email protected]
β β ββ [email protected]
β ββ [email protected]
β ββ isobject@^3.0.0
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ define-properties@^1.1.2
β ββ object.getownpropertydescriptors@^2.0.3
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ spdx-correct@^3.0.0
β ββ spdx-expression-parse@^3.0.0
ββ [email protected]
ββ [email protected]
β ββ assert-plus@^1.0.0
β ββ [email protected]
β ββ extsprintf@^1.2.0
β ββ [email protected]
ββ [email protected]
β ββ browser-process-hrtime@^0.1.2
ββ [email protected]
β ββ [email protected]
ββ [email protected]
β ββ exec-sh@^0.2.0
β ββ minimist@^1.2.0
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β ββ [email protected]
β ββ safer-buffer@>= 2.1.2 < 3
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ lodash.sortby@^4.7.0
β ββ tr46@^1.0.1
β ββ webidl-conversions@^4.0.2
ββ [email protected]
ββ [email protected]
β ββ isexe@^2.0.0
ββ [email protected]
β ββ string-width@^1.0.2 || 2
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ [email protected]
β β ββ number-is-nan@^1.0.0
β ββ string-width@^1.0.1
β ββ [email protected]
β β ββ code-point-at@^1.0.0
β β ββ is-fullwidth-code-point@^1.0.0
β β ββ strip-ansi@^3.0.0
β ββ strip-ansi@^3.0.1
ββ [email protected]
ββ [email protected]
β ββ graceful-fs@^4.1.11
β ββ imurmurhash@^0.1.4
β ββ slide@^1.1.5
ββ [email protected]
β ββ options@>=0.0.5
β ββ [email protected]
ββ [email protected]
β ββ pegjs@^0.10.0
β ββ simple-plist@^0.2.1
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ sax@~1.1.1
β ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
β ββ camelcase@^4.1.0
ββ [email protected]
ββ cliui@^4.0.0
ββ decamelize@^1.1.1
ββ find-up@^2.1.0
ββ get-caller-file@^1.0.1
ββ os-locale@^2.0.0
ββ require-directory@^2.1.1
ββ require-main-filename@^1.0.1
ββ set-blocking@^2.0.0
ββ string-width@^2.0.0
ββ which-module@^2.0.0
ββ y18n@^3.2.1
ββ yargs-parser@^9.0.2
Done in 0.88s.
Based on the yarn list output, I think I'm getting babel-core@6 instead of 7. So I followed the directions on the Jest website to install babel-core and related for Babel 7.
Terminal
$ yarn add --dev babel-jest 'babel-core@^7.0.0-0' @babel/core regenerator-runtime
$ yarn test
yarn run v1.9.4
$ jest
FAIL __tests__/Button.test.js
β Test suite failed to run
SyntaxError: /Users/jeremy/dev/rntest/node_modules/react-native/jest/mockComponent.js: Support for the experimental syntax 'classProperties' isn't currently enabled (20:24):
18 |
19 | const Component = class extends SuperClass {
> 20 | static displayName = 'Component';
| ^
21 |
22 | render() {
23 | const name =
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel config to enable transformation.
at Parser.raise (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:3913:15)
at Parser.expectPlugin (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:5247:18)
at Parser.parseClassProperty (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:8097:12)
at Parser.pushClassProperty (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:8061:30)
at Parser.parseClassMemberWithIsStatic (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7994:14)
at Parser.parseClassMember (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7931:10)
at Parser.parseClassBody (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7886:12)
at Parser.parseClass (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7836:10)
at Parser.parseExprAtom (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:6299:21)
at Parser.parseExprSubscripts (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:5918:21)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.28s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Further, but now I'm running into an issue which seems to point to missing babel transforms. So I add that npm module, update .babelrc and try again. Still no luck.
Terminal
$ yarn add @babel/plugin-proposal-class-properties
yarn add v1.9.4
[1/4] π Resolving packages...
[2/4] π Fetching packages...
[3/4] π Linking dependencies...
[4/4] π Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
info Direct dependencies
ββ @babel/[email protected]
info All dependencies
ββ @babel/[email protected]
ββ @babel/[email protected]
β¨ Done in 4.17s.
$ vim .babelrc
$ cat .babelrc
{
"plugins": ["@babel/plugin-proposal-class-properties"],
"presets": ["module:metro-react-native-babel-preset"]
}
$ yarn test
yarn run v1.9.4
$ jest
FAIL __tests__/Button.test.js
β Test suite failed to run
SyntaxError: /Users/jeremy/dev/rntest/node_modules/react-native/jest/mockComponent.js: Support for the experimental syntax 'classProperties' isn't currently enabled (20:24):
18 |
19 | const Component = class extends SuperClass {
> 20 | static displayName = 'Component';
| ^
21 |
22 | render() {
23 | const name =
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel config to enable transformation.
at Parser.raise (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:3913:15)
at Parser.expectPlugin (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:5247:18)
at Parser.parseClassProperty (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:8097:12)
at Parser.pushClassProperty (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:8061:30)
at Parser.parseClassMemberWithIsStatic (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7994:14)
at Parser.parseClassMember (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7931:10)
at Parser.parseClassBody (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7886:12)
at Parser.parseClass (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:7836:10)
at Parser.parseExprAtom (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:6299:21)
at Parser.parseExprSubscripts (node_modules/@babel/core/node_modules/@babel/parser/lib/index.js:5918:21)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.472s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Maybe it's related to us using .babelrc instead of the new babel.config.js? Let's try that.
Terminal
$ mv .babelrc babel.config.js
$ vim babel.config.js
$ cat babel.config.js
module.exports = function(api) {
api.cache(true);
return {
"plugins": ["@babel/plugin-proposal-class-properties"],
"presets": ["module:metro-react-native-babel-preset"]
}
}
$ yarn test
yarn run v1.9.4
$ jest
FAIL __tests__/Button.test.js
Button
β does stuff (6ms)
β Button βΊ does stuff
TypeError: Cannot read property 'bind' of undefined
5 |
6 | constructor() {
> 7 | this._binder = this._binder.bind(this);
| ^
8 | }
9 |
10 | _binder() {
at new bind (__tests__/Button.test.js:7:37)
at Object.<anonymous> (__tests__/Button.test.js:17:19)
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 1.354s, estimated 2s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
$ _
Ok, looks like I'm missing @babel/plugin-transform-classes. Let's add that:
Terminal
yarn add @babel/plugin-transform-classes 0 < 09:55:41
yarn add v1.9.4
[1/4] π Resolving packages...
[2/4] π Fetching packages...
[3/4] π Linking dependencies...
[4/4] π Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
info Direct dependencies
ββ @babel/[email protected]
info All dependencies
ββ @babel/[email protected]
ββ @babel/[email protected]
β¨ Done in 5.22s.
$ vim babel.config.js
$ cat babel.config.js
module.exports = function(api) {
api.cache(true);
return {
"plugins": ["@babel/plugin-transform-classes", "@babel/plugin-proposal-class-properties"],
"presets": ["module:metro-react-native-babel-preset"]
}
}
$ yarn test
yarn run v1.9.4
$ jest
FAIL __tests__/Button.test.js
Button
β does stuff (6ms)
β Button βΊ does stuff
TypeError: Cannot read property 'bind' of undefined
5 |
6 | constructor() {
> 7 | this._binder = this._binder.bind(this);
| ^
8 | }
9 |
10 | _binder() {
at new bind (__tests__/Button.test.js:7:37)
at Object.<anonymous> (__tests__/Button.test.js:17:19)
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 0.532s, estimated 2s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It looks like babel isn't picking up that new plugin when I run jest. π
Ok, found this comment and that's the solution (item number 3!).
Let's add the transform!
Terminal
$ vim package.json
$ cat package.json
{
"name": "rntest",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.57.0-rc.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.3",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.2",
"jest": "23.5.0",
"metro-react-native-babel-preset": "^0.43.5",
"react-test-renderer": "16.4.1",
"regenerator-runtime": "^0.12.1"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}
$ yarn test
yarn run v1.9.4
$ jest
PASS __tests__/Button.test.js
Button
β does stuff (1ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 3.462s
Ran all test suites.
β¨ Done in 5.62s.
I thought unit testing features were (should be?) supported out of the box. Would this be something that could make the 0.57 release if I submitted a PR to patch the Hello World template?
Video: https://asciinema.org/a/qcNt2tKSZfWkxGKchZ53gLkNd
Repo: https://github.com/jeremywiebe/rn-0.57-rc.3-tests
This seems related to https://github.com/facebook/react-native/issues/20327.
Ok, so it seems like #3 in this comment fixes this.
I wonder if this should be the way the new project template is set so that folks have a functional jest setup out of the box.
I've updated my demo repo.
I can still experience this on [email protected]
As @jeremywiebe said, just add
"transform": {
"^.+\\.js$": "<RELATIVE_PATH>/preprocessor.js"
}
to your package.json's "jest" key
I'm facing the same error with typescript:
Here are my devDependencies in package.json:
"devDependencies": {
"@types/jest": "23.3.2",
"@types/react": "16.4.14",
"@types/react-native": "0.56.18",
"@types/react-native-orientation": "^5.0.1",
"@types/react-test-renderer": "16.0.2",
"babel-eslint": "^9.0.0",
"babel-jest": "23.6.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.6.0",
"eslint-plugin-react": "^7.11.1",
"jest": "23.6.0",
"jest-fetch-mock": "^1.6.6",
"metro-react-native-babel-preset": "0.45.3",
"prop-types": "^15.6.2",
"react-dom": "^16.5.0",
"react-test-renderer": "16.5.0",
"ts-jest": "^23.1.4",
"typescript": "3.0.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache",
"setupFiles": [
"./tests/setup.js"
]
}
Update:
If you integrate test with Jest and Enzyme in the new React Version 0.57 and typescript out of the box, they won't work.
Here are the steps to reproduce.
Create a new react native project:
react-native init MyApp -package "com.my.app" --template typescript && node MyApp/setup.js
Install all Jest and Enzyne related packages:
npm install --save-dev react-dom enzyme enzyme-react-adapter-16 jest-fetch-mock ts-jest
Add the jest configuration to package.json:
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache",
"setupFiles": [
"./tests/setup.js"
]
}
Add a file tests/setup.js and include the following configuration:
import Enzyme from "enzyme";
import Adapter from "enzyme-adapter-react-16";
import { NativeModules } from "react-native";
global.fetch = require("jest-fetch-mock"); // eslint-disable-line no-undef
jest.mock("react-native-config");
Enzyme.configure({ adapter: new Adapter() });
Last but not least add a basic test (App.test.tsx) to check if Jest and Enzyme work:
import React from "react";
import { shallow } from "enzyme";
import { View } from "react-native";
import App from "./App";
const createTestProps = props => ({
...props
});
describe("App", () => {
describe("rendering", () => {
let wrapper;
let props;
beforeEach(() => {
props = createTestProps({});
wrapper = shallow(<App {...props} />);
});
it("should render a <View />", () => {
expect(wrapper.find(View)).toHaveLength(1);
});
});
});
If you now try to run the test, the error message you get is:
FAIL app/App.test.tsx
β Test suite failed to run
Couldn't find preset "module:metro-react-native-babel-preset" relative to directory "<Directory>"
I'm experiencing the exact same problem.
Facing the same issue.
Below are minimal package.jsons to make yarn test work for both TS and JS after running react-native init.
These are based on manually copying the __tests__ directory from the HelloWorld template; which for some reason isn't being copied over correctly for new projects.
// package.json
{
"name": "JavaScriptApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.5.0",
"react-native": "0.57.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.3",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}

// package.json
{
"name": "TypeScriptApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.5.0",
"react-native": "0.57.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.3",
"react-test-renderer": "16.5.0",
"ts-jest": "^23.1.4",
"typescript": "^3.0.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js",
"\\.(ts|ts)x?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)x?$",
"globals": {
"ts-jest": {
"useBabelrc": true
}
}
}
}

β οΈ you need to change
import React from 'react'toimport * as React from 'react'for the.tsxversion
As mentioned in https://github.com/facebook/metro/issues/242#issuecomment-422050382, the solution presented above (i.e. using Jest's preprocessor in the transform property) works to an extent, but doesn't seem to play well with Jest manual mocks. It's as though the jest.mock() calls are completely ignored.
In other words, tests involving manual mocks that previously succeeded do not anymore. Here's an example:
FAIL ./App.test.js
β Test suite failed to run
TypeError: Cannot read property 'language' of undefined
> 1 | import RNLanguages from 'react-native-languages';
| ^
2 | import i18n from 'i18n-js';
3 |
4 | import frCA from './locales/fr-CA.json';
at Object.<anonymous> (node_modules/react-native-languages/index.js:27:28)
at Object.<anonymous> (src/i18n.js:1:191)
at Object.<anonymous> (src/screens/Home.js:4:48)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.966s
Ran all test suites.
The above happens even though the manual mock defines the language property:
jest.mock('react-native-languages', () => {
return {
language: 'en-US',
addEventListener: jest.fn(),
};
});
Anyone else seeing this behavior when Jest manual mocks are involved?
Yes @maximevaillancourt - we are having the same issue. If we use the jest preprocessor from RN, the tests "run" but jest.mock() does not work at all so all snapshots etc are failing.
Related issue on the "metro" repository: https://github.com/facebook/metro/issues/242#issuecomment-422050382
We were running into the following Jest/Babel issue after upgrading to 0.57.0.
β Test suite failed to run
Cannot find module '@babel/plugin-transform-block-scoping'
at Object.process (node_modules/react-native/jest/preprocessor.js:65:10)
But we fixed it by using the package versions specified in @jpdriver's post. π
"devDependencies": {
"@babel/core": "7.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.45.3",
"react-test-renderer": "16.5.1",
"jest": "23.6.0"
}
@manosim or @maximevaillancourt Did you find a solution/workaround for the jest.mock() problem?
No nothing yet unfortunately - I feel like that might be an issue with metro bundler. Hopefully one of the maintainers/contributors will point us to the right direction π Will let you know if I figure it out!
@joh-klein if you find a solution can you please update this thread? I've spent a few hours searching and no luck :/
I finally resolved this issue by bringing in https://www.npmjs.com/package/babel-plugin-jest-hoist to my project.
My dependencies:
"react": "16.5.1",
"react-native": "^0.57.1",
..
"@babel/core": "^7.1.0",
"@babel/runtime": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.1.1",
"babel-jest": "^23.6.0",
"babel-plugin-jest-hoist": "^23.2.0",
"babel-plugin-relay": "^1.5.0",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.47.0",
and my babel.config.js:
module.exports = {
"presets": ["module:metro-react-native-babel-preset", "module:react-native-dotenv"],
"plugins": [
"relay",
"jest-hoist"
]
}
This is strange β¦ I thought it worked, but then I tried removing some of the dependencies you posted, just to make sure, and it somehow never stoped NOT working β even after I removed babel-plugin-jest-hoist. After that, I found out, that there is such a thing as a cache for jest AND that one should delete it, to make sure these things actually work: npx jest --clearCache.
After that, I am very sad to report that it still doesn't work for me. Does it still work for you, even after you cleared the jest cache? What does your jest config look like?
CORRECTION: it does work, sorry!
What I do now, to make sure, it works:
npx jest --clearCache && watchman watch-del-all && rm -rf node_modules && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && rm -rf $TMPDIR/react-* && yarn
My tests are also failing because the jest.mock declarations are being ignored.
I tried what @hanford suggested, but still no luck.
I have also made sure to clear any stale data like @joh-klein
@manosim have you found a solution yet?
I'm running RN 0.57.0
package.json
...
"devDependencies": {
"@babel/core": "7.1.0",
"@babel/runtime": "7.1.1",
"babel-jest": "23.6.0",
"babel-plugin-jest-hoist": "23.2.0",
"metro-react-native-babel-preset": "0.47.0",
"jest": "23.6.0",
"jest-cli": "23.6.0"
}
...
.babelrc
{
"presets": ["module:metro-react-native-babel-preset"],
"plugins": ["jest-hoist"]
}
Ok, I got it working now by following the steps found here: https://jestjs.io/docs/en/getting-started#using-babel
I also had to update to RN 0.57.1 but now I am getting a bunch of errors with enzyme
@rcidt are you using any type of CI? My tests are now all passing locally fail when running on CI πββοΈ
@hanford Yes we use a CI but I haven't pushed up my code yet. Check the node versions
I solved this days ago. Unfortunately this thread was locked days ago and just got unlocked, which is why I'm only now posting the answer.
I wrote a Medium tutorial on the settings that you need to solve this. Just skip to the step two.
jest.mock() works with these settings, too. I hope this helps.
EDIT: Wow apparently jest.mock() also does not work. I tried doing what @hanford suggested and added "babel-plugin-jest-hoist": "^23.2.0",, but it didn't help.
For me the problem was what was added to .babelrc after the upgrade to 0.57. The file looks like this now:
{
"env": {
"development": {
"presets": [
"module:metro-react-native-babel-preset",
"module:react-native-dotenv"
],
"plugins": ["jest-hoist"]
},
"production": {
"presets": [
"module:metro-react-native-babel-preset",
"module:react-native-dotenv"
],
"plugins": ["jest-hoist"]
},
"test": {
"presets": [
"react-native",
"babel-preset-react-native-stage-0/decorator-support",
"react-native-dotenv"
]
}
}
}
and the package.json test command looks like this "test": "NODE_ENV=testing BABEL_ENV=test jest". Also, I got rid of "transform" property under "jest"
I sees lot of solutions that says to add the transform to the jest config. The huge problem with that is the jest.mock stop working afterward.
Without the transform (Before Babel 7 and RN 0.56), mocking a module like that would work fine.
import dumbClient from '../../dumbClient'
jest.mock('../../dumbClient');
it('is a test', () => {
dumbClient.testFunction.mockImplementation(() => true)
const response = dumbClient.testFunction();
expect(response).toBeTruthy()
});
However, with the transform it fails because testFunction.mockImplementation is not defined. The mock as it should work stopped working.
What would be the other possibility?
@jpdriver Saved me. Thx~
@jpdriver tests are kinda weak-sauce.
No mocks no complex setup.
That will work for basic snapshot tests but not for more complex unit tests with jest.fn() mocks and spies.
After doing the following:
My mocks came back to life
Most helpful comment
Below are minimal
package.jsons to makeyarn testwork for both TS and JS after runningreact-native init.These are based on manually copying the
__tests__directory from the HelloWorld template; which for some reason isn't being copied over correctly for new projects.JS
TS