Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. $ npm test
  2.  
  3. > example@1.0.0 test /home/user/project
  4. > jest
  5.  
  6. PASS src/__tests__/WithErrorExample.test.jsx
  7. Example
  8. ✓ Test (108ms)
  9.  
  10. Test Suites: 1 passed, 1 total
  11. Tests: 1 passed, 1 total
  12. Snapshots: 0 total
  13. Time: 2.032s
  14. Ran all test suites matching "Example".
  15. console.error node_modules/fbjs/lib/warning.js:36
  16. Warning: render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement