Created
March 12, 2018 00:33
-
-
Save prakhar1989/9750df1142ddd6fa88dfcad3a8142c44 to your computer and use it in GitHub Desktop.
test-fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ npm run test | |
> [email protected] test /Users/prsrivastav/Code/react-tags | |
> jest --notify --coverage | |
FAIL test/suggestions.test.js | |
● Test suite failed to run | |
TypeError: Cannot read property 'ReactCurrentOwner' of undefined | |
at node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:54:40 | |
at Object.<anonymous> (node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:333:5) | |
at Object.<anonymous> (node_modules/react-reconciler/reflection.js:6:20) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/ReactSixteenAdapter.js:33:19) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/index.js:2:18) | |
at Object.<anonymous> (test/setupTest.js:46:53) | |
FAIL test/tag.test.js | |
● Test suite failed to run | |
TypeError: Cannot read property 'ReactCurrentOwner' of undefined | |
at node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:54:40 | |
at Object.<anonymous> (node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:333:5) | |
at Object.<anonymous> (node_modules/react-reconciler/reflection.js:6:20) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/ReactSixteenAdapter.js:33:19) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/index.js:2:18) | |
at Object.<anonymous> (test/setupTest.js:46:53) | |
FAIL test/reactTags.test.js | |
● Test suite failed to run | |
TypeError: Cannot read property 'ReactCurrentOwner' of undefined | |
at node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:54:40 | |
at Object.<anonymous> (node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js:333:5) | |
at Object.<anonymous> (node_modules/react-reconciler/reflection.js:6:20) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/ReactSixteenAdapter.js:33:19) | |
at Object.<anonymous> (node_modules/enzyme-adapter-react-16/build/index.js:2:18) | |
at Object.<anonymous> (test/setupTest.js:46:53) | |
----------|----------|----------|----------|----------|-------------------| | |
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | | |
----------|----------|----------|----------|----------|-------------------| | |
All files | 0 | 0 | 0 | 0 | | | |
----------|----------|----------|----------|----------|-------------------| | |
Test Suites: 3 failed, 3 total | |
Tests: 0 total | |
Snapshots: 0 total | |
Time: 1.736s | |
Ran all test suites. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment