Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 149.00 KB | None | 0 0
  1. docker_mtu
  2. resolvconf
  3. git.checkout
  4. 0.87s$ git clone --depth=50 https://github.com/openmrs/openmrs-ocl-client.git openmrs/openmrs-ocl-client
  5. 0.01s
  6. nvm.install
  7. 3.11s$ nvm install 8.9.4
  8. ╭──────────────────────────────────────╮
  9. │ │
  10. │ Update available 5.6.0 → 6.13.6 │
  11. │ Run npm i -g npm to update │
  12. │ │
  13. ╰──────────────────────────────────────╯
  14. ╭──────────────────────────────────────╮
  15. │ │
  16. │ Update available 5.6.0 → 6.13.6 │
  17. │ Run npm i -g npm to update │
  18. │ │
  19. ╰──────────────────────────────────────╯
  20. cache.1
  21. Setting up build cache
  22. cache.npm
  23. $ node --version
  24. v8.9.4
  25. $ npm --version
  26. 5.6.0
  27. $ nvm --version
  28. 0.35.2
  29. install.npm
  30. 49.94s$ npm install
  31. 13.37s$ npm install
  32. npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
  33. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-import@^2.18.0 but none is installed. You must install peer dependencies yourself.
  34. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-jsx-a11y@^6.2.3 but none is installed. You must install peer dependencies yourself.
  35. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-react@^7.14.2 but none is installed. You must install peer dependencies yourself.
  36. npm WARN eslint-config-airbnb-base@13.2.0 requires a peer of eslint-plugin-import@^2.17.2 but none is installed. You must install peer dependencies yourself.
  37. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
  38. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  39. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/chokidar/node_modules/fsevents):
  40. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  41. up to date in 13.036s
  42. The command "npm install" exited with 0.
  43. 15.24s$ npm install coveralls
  44. npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
  45. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-import@^2.18.0 but none is installed. You must install peer dependencies yourself.
  46. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-jsx-a11y@^6.2.3 but none is installed. You must install peer dependencies yourself.
  47. npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-react@^7.14.2 but none is installed. You must install peer dependencies yourself.
  48. npm WARN eslint-config-airbnb-base@13.2.0 requires a peer of eslint-plugin-import@^2.17.2 but none is installed. You must install peer dependencies yourself.
  49. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
  50. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  51. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/chokidar/node_modules/fsevents):
  52. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  53. + coveralls@3.0.9
  54. updated 1 package in 14.886s
  55. The command "npm install coveralls" exited with 0.
  56. 3.13s$ npm run lint
  57. > openmrs-ocl-client@0.1.0 lint /home/travis/build/openmrs/openmrs-ocl-client
  58. > npm run build:css && eslint src/**/*.js src/**/*.jsx
  59. > openmrs-ocl-client@0.1.0 build:css /home/travis/build/openmrs/openmrs-ocl-client
  60. > node-sass-chokidar ./src/styles/all.scss ./src/styles/all.css --include-path ./node_modules src/styles -o src/styles --output-style compressed
  61. Rendering Complete, saving .css file...
  62. Wrote CSS to /home/travis/build/openmrs/openmrs-ocl-client/src/styles/all.css
  63. The command "npm run lint" exited with 0.
  64. 75.22s$ npm test -- -u --coverage
  65. > openmrs-ocl-client@0.1.0 test /home/travis/build/openmrs/openmrs-ocl-client
  66. > react-scripts test --env=jsdom "-u" "--coverage"
  67. PASS src/tests/dictionaryConcepts/actions/dictionaryConcept.test.js (11.67s)
  68. PASS src/tests/dictionaryConcepts/container/EditConcept.test.jsx (8.111s)
  69. ● Console
  70. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  71. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  72.  
  73. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  74. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  75.  
  76. Please update the following components: MemoryRouter, Router
  77. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  78. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  79.  
  80. * Move data fetching code or side effects to componentDidUpdate.
  81. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  82. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  83.  
  84. Please update the following components: EditConcept, Modal, Router, Select
  85. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  86. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  87.  
  88. * Move data fetching code or side effects to componentDidUpdate.
  89. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  90.  
  91. Please update the following components: Modal
  92. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  93. Warning: `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
  94. in input (at CreateConceptForm.jsx:58)
  95. in div (at CreateConceptForm.jsx:57)
  96. in div (at CreateConceptForm.jsx:56)
  97. in div (at CreateConceptForm.jsx:52)
  98. in div (at CreateConceptForm.jsx:50)
  99. in div (at CreateConceptForm.jsx:49)
  100. in form (at CreateConceptForm.jsx:48)
  101. in CreateConceptForm (at EditConcept.jsx:648)
  102. in div (at EditConcept.jsx:645)
  103. in div (at EditConcept.jsx:644)
  104. in div (at EditConcept.jsx:643)
  105. in div (at EditConcept.jsx:629)
  106. in EditConcept (at EditConcept.test.jsx:103)
  107. in Router (created by MemoryRouter)
  108. in MemoryRouter (created by WrapperComponent)
  109. in WrapperComponent
  110. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  111. Warning: A component is changing a controlled input of type text to be uncontrolled. Input elements should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components
  112. in input (at CreateConceptForm.jsx:58)
  113. in div (at CreateConceptForm.jsx:57)
  114. in div (at CreateConceptForm.jsx:56)
  115. in div (at CreateConceptForm.jsx:52)
  116. in div (at CreateConceptForm.jsx:50)
  117. in div (at CreateConceptForm.jsx:49)
  118. in form (at CreateConceptForm.jsx:48)
  119. in CreateConceptForm (at EditConcept.jsx:648)
  120. in div (at EditConcept.jsx:645)
  121. in div (at EditConcept.jsx:644)
  122. in div (at EditConcept.jsx:643)
  123. in div (at EditConcept.jsx:629)
  124. in EditConcept (at EditConcept.test.jsx:103)
  125. in Router (created by MemoryRouter)
  126. in MemoryRouter (created by WrapperComponent)
  127. in WrapperComponent
  128. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  129. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  130.  
  131. * Move data fetching code or side effects to componentDidUpdate.
  132. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  133. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  134.  
  135. Please update the following components: Transition
  136. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  137. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  138.  
  139. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  140. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  141.  
  142. Please update the following components: CreateMapping
  143. › 3 snapshots written.
  144. FAIL src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx
  145. ● Console
  146. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  147. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  148.  
  149. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  150. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  151.  
  152. Please update the following components: MemoryRouter, Router
  153. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  154. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  155.  
  156. * Move data fetching code or side effects to componentDidUpdate.
  157. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  158. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  159.  
  160. Please update the following components: Modal, Router
  161. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  162. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  163.  
  164. * Move data fetching code or side effects to componentDidUpdate.
  165. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  166.  
  167. Please update the following components: Modal
  168. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  169. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  170.  
  171. * Move data fetching code or side effects to componentDidUpdate.
  172. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  173. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  174.  
  175. Please update the following components: Transition
  176. console.error node_modules/jsdom/lib/jsdom/virtual-console.js:29
  177. Error: Uncaught [Error: Method “simulate” is meant to be run on 1 node. 0 found instead.]
  178. at reportException (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
  179. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:209:9)
  180. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  181. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  182. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  183. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  184. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  185. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  186. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  187. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12) Error: Method “simulate” is meant to be run on 1 node. 0 found instead.
  188. at ReactWrapper.single (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:1168:13)
  189. at ReactWrapper.simulate (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:665:17)
  190. at DictionaryConcepts.call (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:760:39)
  191. at ReactSixteenAdapter.invokeSetStateCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  192. at DictionaryConcepts.<anonymous> (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:383:19)
  193. at callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  194. at commitUpdateEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  195. at commitUpdateQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  196. at commitLifeCycles (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  197. at commitLayoutEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  198. at HTMLUnknownElement.callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:336:14)
  199. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  200. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  201. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  202. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  203. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  204. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  205. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  206. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  207. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  208. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  209. at commitRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  210. at finishSyncRender (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  211. at performSyncWorkOnRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  212. at /home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12199:24
  213. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  214. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  215. at flushSyncCallbackQueueImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  216. at flushSyncCallbackQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  217. at scheduleUpdateOnFiber (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  218. at Object.enqueueSetState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  219. at DictionaryConcepts.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react/cjs/react.development.js:325:16)
  220. at ReactWrapper.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:377:21)
  221. at Object.it (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:759:26)
  222. at Object.asyncJestTest (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/jasmine_async.js:108:37)
  223. at resolve (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:56:12)
  224. at new Promise (<anonymous>)
  225. at mapper (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:43:19)
  226. at promise.then (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:87:41)
  227. at <anonymous>
  228. console.error node_modules/react-dom/cjs/react-dom.development.js:21843
  229. The above error occurred in the <DictionaryConcepts> component:
  230. in DictionaryConcepts (at DictionaryConcepts.test.jsx:750)
  231. in Router (created by MemoryRouter)
  232. in MemoryRouter (at DictionaryConcepts.test.jsx:749)
  233. in Provider (created by WrapperComponent)
  234. in WrapperComponent
  235.  
  236. Consider adding an error boundary to your tree to customize error handling behavior.
  237. Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
  238. console.error node_modules/jsdom/lib/jsdom/virtual-console.js:29
  239. Error: Uncaught [Error: Method “simulate” is meant to be run on 1 node. 0 found instead.]
  240. at reportException (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
  241. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:209:9)
  242. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  243. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  244. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  245. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  246. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  247. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  248. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  249. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12) Error: Method “simulate” is meant to be run on 1 node. 0 found instead.
  250. at ReactWrapper.single (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:1168:13)
  251. at ReactWrapper.simulate (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:665:17)
  252. at DictionaryConcepts.call (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:781:41)
  253. at ReactSixteenAdapter.invokeSetStateCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  254. at DictionaryConcepts.<anonymous> (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:383:19)
  255. at callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  256. at commitUpdateEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  257. at commitUpdateQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  258. at commitLifeCycles (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  259. at commitLayoutEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  260. at HTMLUnknownElement.callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:336:14)
  261. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  262. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  263. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  264. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  265. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  266. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  267. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  268. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  269. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  270. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  271. at commitRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  272. at finishSyncRender (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  273. at performSyncWorkOnRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  274. at /home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12199:24
  275. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  276. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  277. at flushSyncCallbackQueueImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  278. at flushSyncCallbackQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  279. at scheduleUpdateOnFiber (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  280. at Object.enqueueSetState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  281. at DictionaryConcepts.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react/cjs/react.development.js:325:16)
  282. at ReactWrapper.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:377:21)
  283. at Object.it (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:780:26)
  284. at Object.asyncJestTest (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/jasmine_async.js:108:37)
  285. at resolve (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:56:12)
  286. at new Promise (<anonymous>)
  287. at mapper (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:43:19)
  288. at promise.then (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:87:41)
  289. at <anonymous>
  290. console.error node_modules/react-dom/cjs/react-dom.development.js:21843
  291. The above error occurred in the <DictionaryConcepts> component:
  292. in DictionaryConcepts (at DictionaryConcepts.test.jsx:774)
  293. in Router (created by MemoryRouter)
  294. in MemoryRouter (at DictionaryConcepts.test.jsx:773)
  295. in Provider (created by WrapperComponent)
  296. in WrapperComponent
  297.  
  298. Consider adding an error boundary to your tree to customize error handling behavior.
  299. Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
  300. console.error node_modules/jsdom/lib/jsdom/virtual-console.js:29
  301. Error: Uncaught [Error: Method “simulate” is meant to be run on 1 node. 0 found instead.]
  302. at reportException (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
  303. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:209:9)
  304. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  305. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  306. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  307. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  308. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  309. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  310. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  311. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12) Error: Method “simulate” is meant to be run on 1 node. 0 found instead.
  312. at ReactWrapper.single (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:1168:13)
  313. at ReactWrapper.simulate (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:665:17)
  314. at DictionaryConcepts.call (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:801:39)
  315. at ReactSixteenAdapter.invokeSetStateCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  316. at DictionaryConcepts.<anonymous> (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:383:19)
  317. at callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  318. at commitUpdateEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  319. at commitUpdateQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  320. at commitLifeCycles (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  321. at commitLayoutEffects (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  322. at HTMLUnknownElement.callCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:336:14)
  323. at invokeEventListeners (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  324. at HTMLUnknownElementImpl._dispatch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  325. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  326. at HTMLUnknownElementImpl.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  327. at HTMLUnknownElement.dispatchEvent (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  328. at Object.invokeGuardedCallbackDev (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:385:16)
  329. at invokeGuardedCallback (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:440:31)
  330. at commitRootImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  331. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  332. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  333. at commitRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  334. at finishSyncRender (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  335. at performSyncWorkOnRoot (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  336. at /home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12199:24
  337. at unstable_runWithPriority (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/scheduler/cjs/scheduler.development.js:697:12)
  338. at runWithPriority$2 (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  339. at flushSyncCallbackQueueImpl (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  340. at flushSyncCallbackQueue (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  341. at scheduleUpdateOnFiber (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  342. at Object.enqueueSetState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  343. at DictionaryConcepts.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/react/cjs/react.development.js:325:16)
  344. at ReactWrapper.setState (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/enzyme/src/ReactWrapper.js:377:21)
  345. at Object.it (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:800:26)
  346. at Object.asyncJestTest (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/jasmine_async.js:108:37)
  347. at resolve (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:56:12)
  348. at new Promise (<anonymous>)
  349. at mapper (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:43:19)
  350. at promise.then (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jest-jasmine2/build/queue_runner.js:87:41)
  351. at <anonymous>
  352. console.error node_modules/react-dom/cjs/react-dom.development.js:21843
  353. The above error occurred in the <DictionaryConcepts> component:
  354. in DictionaryConcepts (at DictionaryConcepts.test.jsx:794)
  355. in Router (created by MemoryRouter)
  356. in MemoryRouter (at DictionaryConcepts.test.jsx:793)
  357. in Provider (created by WrapperComponent)
  358. in WrapperComponent
  359.  
  360. Consider adding an error boundary to your tree to customize error handling behavior.
  361. Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
  362. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call the handleRetireConcept method when retiring
  363. Method “simulate” is meant to be run on 1 node. 0 found instead.
  364. 758 | const spy = jest.spyOn(container, 'handleRetireConcept');
  365. 759 | dictionaryConcepts.setState({ isOwner: true }, () => {
  366. > 760 | wrapper.find('button#retire').simulate('click');
  367. | ^
  368. 761 | expect(spy).toHaveBeenCalled();
  369. 762 | });
  370. 763 | });
  371. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  372. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  373. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:760:39)
  374. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  375. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  376. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  377. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  378. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  379. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  380. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  381. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  382. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  383. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  384. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  385. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  386. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  387. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  388. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  389. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  390. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  391. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  392. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  393. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  394. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  395. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  396. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  397. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  398. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  399. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  400. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  401. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  402. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  403. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  404. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:759:26)
  405. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call the handleRetireConcept method when un-retiring
  406. Method “simulate” is meant to be run on 1 node. 0 found instead.
  407. 779 | const spy = jest.spyOn(container, 'handleRetireConcept');
  408. 780 | dictionaryConcepts.setState({ isOwner: true }, () => {
  409. > 781 | wrapper.find('button#unRetire').simulate('click');
  410. | ^
  411. 782 | expect(spy).toHaveBeenCalled();
  412. 783 | });
  413. 784 | });
  414. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  415. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  416. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:781:41)
  417. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  418. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  419. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  420. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  421. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  422. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  423. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  424. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  425. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  426. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  427. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  428. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  429. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  430. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  431. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  432. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  433. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  434. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  435. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  436. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  437. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  438. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  439. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  440. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  441. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  442. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  443. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  444. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  445. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  446. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  447. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:780:26)
  448. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call handleRetireConcept without crashing when owner_url is invalid
  449. Method “simulate” is meant to be run on 1 node. 0 found instead.
  450. 799 | const spy = jest.spyOn(container, 'handleRetireConcept');
  451. 800 | dictionaryConcepts.setState({ isOwner: true }, () => {
  452. > 801 | wrapper.find('button#retire').simulate('click');
  453. | ^
  454. 802 | expect(spy).toHaveBeenCalled();
  455. 803 | });
  456. 804 | });
  457. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  458. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  459. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:801:39)
  460. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  461. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  462. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  463. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  464. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  465. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  466. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  467. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  468. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  469. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  470. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  471. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  472. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  473. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  474. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  475. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  476. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  477. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  478. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  479. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  480. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  481. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  482. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  483. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  484. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  485. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  486. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  487. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  488. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  489. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  490. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:800:26)
  491. › 4 snapshots written.
  492. PASS src/tests/Dashboard/action/dictionaryAction.test.js
  493. PASS src/tests/Dictionary/DictionaryContainer.test.jsx
  494. ● Console
  495. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  496. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  497.  
  498. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  499. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  500.  
  501. Please update the following components: MemoryRouter, Router
  502. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  503. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  504.  
  505. * Move data fetching code or side effects to componentDidUpdate.
  506. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  507. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  508.  
  509. Please update the following components: Router
  510. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  511. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  512.  
  513. * Move data fetching code or side effects to componentDidUpdate.
  514. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  515. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  516.  
  517. Please update the following components: Modal
  518. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  519. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  520.  
  521. * Move data fetching code or side effects to componentDidUpdate.
  522. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  523.  
  524. Please update the following components: Modal
  525. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  526. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  527.  
  528. * Move data fetching code or side effects to componentDidUpdate.
  529. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  530. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  531.  
  532. Please update the following components: Transition
  533. console.error node_modules/reactstrap/dist/reactstrap.cjs.js:229
  534. Input with a type of "text" cannot have children. Please use "value"/"defaultValue" instead.
  535. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  536. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  537.  
  538. * Move data fetching code or side effects to componentDidUpdate.
  539. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  540. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  541.  
  542. Please update the following components: Select
  543. › 5 snapshots written.
  544. PASS src/tests/bulkConcepts/actions/bulkConcept.test.js
  545. PASS src/tests/dictionaryConcepts/container/CreateConcept.test.jsx (5.834s)
  546. ● Console
  547. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  548. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  549.  
  550. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  551. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  552.  
  553. Please update the following components: CreateMapping, MemoryRouter, Router
  554. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  555. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  556.  
  557. * Move data fetching code or side effects to componentDidUpdate.
  558. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  559. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  560.  
  561. Please update the following components: CreateConcept, Modal, Router, Select
  562. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  563. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  564.  
  565. * Move data fetching code or side effects to componentDidUpdate.
  566. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  567.  
  568. Please update the following components: Modal
  569. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  570. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  571.  
  572. * Move data fetching code or side effects to componentDidUpdate.
  573. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  574. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  575.  
  576. Please update the following components: Transition
  577. › 4 snapshots written.
  578. PASS src/tests/Dashboard/action/api.test.js
  579. PASS src/tests/bulkConcepts/containers/BulkConceptsPage.test.js
  580. ● Console
  581. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  582. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  583.  
  584. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  585. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  586.  
  587. Please update the following components: MemoryRouter, Router
  588. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  589. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  590.  
  591. * Move data fetching code or side effects to componentDidUpdate.
  592. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  593. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  594.  
  595. Please update the following components: Router
  596. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  597. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  598.  
  599. * Move data fetching code or side effects to componentDidUpdate.
  600. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  601. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  602.  
  603. Please update the following components: Modal
  604. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  605. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  606.  
  607. * Move data fetching code or side effects to componentDidUpdate.
  608. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  609.  
  610. Please update the following components: Modal
  611. › 1 snapshot written.
  612. PASS src/tests/Dashboard/reducer/conceptReducer.test.js
  613. PASS src/tests/userDashboard/actions/index.test.js
  614. PASS src/tests/Dictionary/DictionaryModal.test.jsx
  615. ● Console
  616. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  617. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  618.  
  619. * Move data fetching code or side effects to componentDidUpdate.
  620. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  621. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  622.  
  623. Please update the following components: Modal, Select, Transition
  624. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  625. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  626.  
  627. * Move data fetching code or side effects to componentDidUpdate.
  628. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  629.  
  630. Please update the following components: Modal
  631. › 2 snapshots written.
  632. PASS src/tests/dictionaryConcepts/components/CreateMapping.test.js
  633. ● Console
  634. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  635. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  636.  
  637. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  638. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  639.  
  640. Please update the following components: CreateMapping, MemoryRouter, Router
  641. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  642. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  643.  
  644. * Move data fetching code or side effects to componentDidUpdate.
  645. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  646. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  647.  
  648. Please update the following components: Router
  649. PASS src/tests/dictionaryConcepts/reducer/dictionaryConcept.test.js
  650. PASS src/tests/userDashboard/container/UserDashboard.test.jsx
  651. ● Console
  652. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  653. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  654.  
  655. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  656. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  657.  
  658. Please update the following components: MemoryRouter, Router, SideEffect(NullComponent)
  659. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  660. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  661.  
  662. * Move data fetching code or side effects to componentDidUpdate.
  663. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  664. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  665.  
  666. Please update the following components: Router
  667. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  668. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  669.  
  670. * Move data fetching code or side effects to componentDidUpdate.
  671. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  672. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  673.  
  674. Please update the following components: Modal, Select, Transition
  675. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  676. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  677.  
  678. * Move data fetching code or side effects to componentDidUpdate.
  679. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  680.  
  681. Please update the following components: Modal
  682. › 4 snapshots written.
  683. PASS src/tests/Dashboard/container/DictionaryDisplay.test.jsx
  684. ● Console
  685. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  686. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  687.  
  688. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  689. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  690.  
  691. Please update the following components: MemoryRouter, Router, SideEffect(NullComponent)
  692. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  693. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  694.  
  695. * Move data fetching code or side effects to componentDidUpdate.
  696. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  697. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  698.  
  699. Please update the following components: Router
  700. › 7 snapshots written.
  701. PASS src/tests/dictionaryConcepts/components/ConceptNameRows.test.jsx
  702. ● Console
  703. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  704. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  705.  
  706. * Move data fetching code or side effects to componentDidUpdate.
  707. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  708. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  709.  
  710. Please update the following components: Select
  711. › 2 snapshots written.
  712. PASS src/tests/bulkConcepts/actions/index.test.js
  713. PASS src/tests/bulkConcepts/components/ConceptPagination.test.js
  714. PASS src/tests/dictionaryConcepts/container/SelectAnswers.test.js
  715. PASS src/tests/bulkConcepts/components/PreviewCard.test.js
  716. ● Console
  717. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  718. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  719.  
  720. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  721. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  722.  
  723. Please update the following components: MemoryRouter, Router
  724. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  725. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  726.  
  727. * Move data fetching code or side effects to componentDidUpdate.
  728. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  729. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  730.  
  731. Please update the following components: Modal, Router, Transition
  732. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  733. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  734.  
  735. * Move data fetching code or side effects to componentDidUpdate.
  736. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  737.  
  738. Please update the following components: Modal
  739. PASS src/tests/dictionaryConcepts/components/CreateConceptForm.test.jsx
  740. ● Console
  741. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  742. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  743.  
  744. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  745. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  746.  
  747. Please update the following components: CreateMapping
  748. › 4 snapshots written.
  749. PASS src/tests/dictionaryConcepts/components/helperFunction.test.js
  750. PASS src/tests/bulkConcepts/reducer/index.test.js
  751. PASS src/tests/bulkConcepts/components/Pagination.test.js
  752. ● Console
  753. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  754. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  755.  
  756. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  757. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  758.  
  759. Please update the following components: MemoryRouter, Router
  760. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  761. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  762.  
  763. * Move data fetching code or side effects to componentDidUpdate.
  764. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  765. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  766.  
  767. Please update the following components: Router
  768. › 1 snapshot written.
  769. PASS src/tests/bulkConcepts/addBulkConcepts.test.jsx
  770. ● Console
  771. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  772. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  773.  
  774. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  775. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  776.  
  777. Please update the following components: MemoryRouter, Router
  778. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  779. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  780.  
  781. * Move data fetching code or side effects to componentDidUpdate.
  782. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  783. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  784.  
  785. Please update the following components: Modal, Router
  786. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  787. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  788.  
  789. * Move data fetching code or side effects to componentDidUpdate.
  790. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  791.  
  792. Please update the following components: Modal
  793. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  794. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  795.  
  796. * Move data fetching code or side effects to componentDidUpdate.
  797. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  798. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  799.  
  800. Please update the following components: Transition
  801. PASS src/tests/Dashboard/reducer/dictionaryReducers.test.js
  802. PASS src/tests/Dashboard/action/specificConceptAction.test.js
  803. PASS src/tests/Login/actions/login.test.js
  804. PASS src/tests/dictionaryConcepts/components/AnswerRow.test.js
  805. PASS src/tests/userDashboard/reducers/index.test.js
  806. PASS src/tests/Navbar.test.js
  807. ● Console
  808. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  809. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  810.  
  811. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  812. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  813.  
  814. Please update the following components: Route, Router, StaticRouter, _class
  815. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  816. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  817.  
  818. * Move data fetching code or side effects to componentDidUpdate.
  819. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  820. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  821.  
  822. Please update the following components: Route, Router
  823. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  824. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  825.  
  826. * Move data fetching code or side effects to componentDidUpdate.
  827. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  828. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  829.  
  830. Please update the following components: Transition
  831. › 2 snapshots written.
  832. PASS src/tests/dictionaryConcepts/components/ViewMapping.test.jsx
  833. ● Console
  834. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  835. Warning: validateDOMNesting(...): <tr> cannot appear as a child of <div>.
  836. in tr (at ViewMapping.js:15)
  837. in ViewMapping (at ViewMapping.test.jsx:17)
  838. in Router (created by MemoryRouter)
  839. in MemoryRouter (created by WrapperComponent)
  840. in WrapperComponent
  841. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  842. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  843.  
  844. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  845. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  846.  
  847. Please update the following components: MemoryRouter, Router
  848. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  849. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  850.  
  851. * Move data fetching code or side effects to componentDidUpdate.
  852. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  853. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  854.  
  855. Please update the following components: Router
  856. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  857. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  858. in tr (at ViewMapping.js:15)
  859. in ViewMapping (at ViewMapping.test.jsx:32)
  860. in Router (created by MemoryRouter)
  861. in MemoryRouter (created by WrapperComponent)
  862. in WrapperComponent
  863. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  864. Warning: validateDOMNesting(...): <tr> cannot appear as a child of <div>.
  865. in tr (at ViewMapping.js:15)
  866. in ViewMapping (at ViewMapping.test.jsx:32)
  867. in Router (created by MemoryRouter)
  868. in MemoryRouter (created by WrapperComponent)
  869. in WrapperComponent
  870. console.error node_modules/prop-types/checkPropTypes.js:20
  871. Warning: Failed prop type: The prop `toConceptUrl` is marked as required in `ViewMapping`, but its value is `null`.
  872. in ViewMapping (at ViewMapping.test.jsx:46)
  873. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  874. Warning: validateDOMNesting(...): <tr> cannot appear as a child of <div>.
  875. in tr (at ViewMapping.js:15)
  876. in ViewMapping (at ViewMapping.test.jsx:46)
  877. in Router (created by MemoryRouter)
  878. in MemoryRouter (created by WrapperComponent)
  879. in WrapperComponent
  880. console.error node_modules/prop-types/checkPropTypes.js:20
  881. Warning: Failed prop type: The prop `toConceptName` is marked as required in `ViewMapping`, but its value is `null`.
  882. in ViewMapping (at ViewMapping.test.jsx:61)
  883. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  884. Warning: validateDOMNesting(...): <tr> cannot appear as a child of <div>.
  885. in tr (at ViewMapping.js:15)
  886. in ViewMapping (at ViewMapping.test.jsx:61)
  887. in Router (created by MemoryRouter)
  888. in MemoryRouter (created by WrapperComponent)
  889. in WrapperComponent
  890. PASS src/tests/Signup/index.test.jsx
  891. ● Console
  892. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  893. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  894.  
  895. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  896. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  897.  
  898. Please update the following components: MemoryRouter, Router
  899. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  900. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  901.  
  902. * Move data fetching code or side effects to componentDidUpdate.
  903. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  904. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  905.  
  906. Please update the following components: Router
  907. › 1 snapshot written.
  908. PASS src/tests/Dashboard/addExistingConcepts/actions/index.test.js
  909. PASS src/tests/Login/container/index.test.jsx
  910. ● Console
  911. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  912. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  913.  
  914. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  915. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  916.  
  917. Please update the following components: MemoryRouter, Router, SideEffect(NullComponent)
  918. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  919. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  920.  
  921. * Move data fetching code or side effects to componentDidUpdate.
  922. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  923. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  924.  
  925. Please update the following components: Router
  926. › 1 snapshot written.
  927. PASS src/tests/dictionaryConcepts/components/ViewConcept.test.jsx
  928. ● Console
  929. console.error node_modules/react/cjs/react.development.js:167
  930. Warning: Each child in a list should have a unique "key" prop.
  931.  
  932. Check the render method of `ViewConcept`. See https://fb.me/react-warning-keys for more information.
  933. in tr (at ViewConcept.jsx:72)
  934. in ViewConcept (at ViewConcept.test.jsx:18)
  935. in Router (created by MemoryRouter)
  936. in MemoryRouter (created by WrapperComponent)
  937. in WrapperComponent
  938. console.error node_modules/prop-types/checkPropTypes.js:20
  939. Warning: Failed prop type: The prop `toSourceName` is marked as required in `ViewMapping`, but its value is `undefined`.
  940. in ViewMapping (at ViewConcept.jsx:123)
  941. in ViewConcept (at ViewConcept.test.jsx:18)
  942. in Router (created by MemoryRouter)
  943. in MemoryRouter (created by WrapperComponent)
  944. in WrapperComponent
  945. console.error node_modules/prop-types/checkPropTypes.js:20
  946. Warning: Failed prop type: The prop `toConceptCode` is marked as required in `ViewMapping`, but its value is `undefined`.
  947. in ViewMapping (at ViewConcept.jsx:123)
  948. in ViewConcept (at ViewConcept.test.jsx:18)
  949. in Router (created by MemoryRouter)
  950. in MemoryRouter (created by WrapperComponent)
  951. in WrapperComponent
  952. console.error node_modules/prop-types/checkPropTypes.js:20
  953. Warning: Failed prop type: The prop `toConceptName` is marked as required in `ViewMapping`, but its value is `undefined`.
  954. in ViewMapping (at ViewConcept.jsx:123)
  955. in ViewConcept (at ViewConcept.test.jsx:18)
  956. in Router (created by MemoryRouter)
  957. in MemoryRouter (created by WrapperComponent)
  958. in WrapperComponent
  959. console.error node_modules/prop-types/checkPropTypes.js:20
  960. Warning: Failed prop type: The prop `toConceptUrl` is marked as required in `ViewMapping`, but its value is `undefined`.
  961. in ViewMapping (at ViewConcept.jsx:123)
  962. in ViewConcept (at ViewConcept.test.jsx:18)
  963. in Router (created by MemoryRouter)
  964. in MemoryRouter (created by WrapperComponent)
  965. in WrapperComponent
  966. console.error node_modules/prop-types/checkPropTypes.js:20
  967. Warning: Failed prop type: The prop `mapType` is marked as required in `ViewMapping`, but its value is `undefined`.
  968. in ViewMapping (at ViewConcept.jsx:154)
  969. in ViewConcept (at ViewConcept.test.jsx:18)
  970. in Router (created by MemoryRouter)
  971. in MemoryRouter (created by WrapperComponent)
  972. in WrapperComponent
  973. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  974. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  975. in tr (at ViewMapping.js:15)
  976. in ViewMapping (at ViewConcept.jsx:123)
  977. in tbody (at ViewConcept.jsx:121)
  978. in table (at ViewConcept.jsx:113)
  979. in fieldset (at ViewConcept.jsx:111)
  980. in div (at ViewConcept.jsx:110)
  981. in div (at ViewConcept.jsx:109)
  982. in div (at ViewConcept.jsx:25)
  983. in div (at ViewConcept.jsx:24)
  984. in ViewConcept (at ViewConcept.test.jsx:18)
  985. in Router (created by MemoryRouter)
  986. in MemoryRouter (created by WrapperComponent)
  987. in WrapperComponent
  988. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  989. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  990. in tr (at ViewMapping.js:15)
  991. in ViewMapping (at ViewConcept.jsx:154)
  992. in tbody (at ViewConcept.jsx:152)
  993. in table (at ViewConcept.jsx:144)
  994. in fieldset (at ViewConcept.jsx:142)
  995. in div (at ViewConcept.jsx:141)
  996. in div (at ViewConcept.jsx:140)
  997. in div (at ViewConcept.jsx:25)
  998. in div (at ViewConcept.jsx:24)
  999. in ViewConcept (at ViewConcept.test.jsx:18)
  1000. in Router (created by MemoryRouter)
  1001. in MemoryRouter (created by WrapperComponent)
  1002. in WrapperComponent
  1003. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1004. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1005.  
  1006. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1007. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1008.  
  1009. Please update the following components: MemoryRouter, Router
  1010. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1011. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1012.  
  1013. * Move data fetching code or side effects to componentDidUpdate.
  1014. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1015. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1016.  
  1017. Please update the following components: Router
  1018. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  1019. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  1020. in tr (at ViewMapping.js:15)
  1021. in ViewMapping (at ViewConcept.jsx:123)
  1022. in tbody (at ViewConcept.jsx:121)
  1023. in table (at ViewConcept.jsx:113)
  1024. in fieldset (at ViewConcept.jsx:111)
  1025. in div (at ViewConcept.jsx:110)
  1026. in div (at ViewConcept.jsx:109)
  1027. in div (at ViewConcept.jsx:25)
  1028. in div (at ViewConcept.jsx:24)
  1029. in ViewConcept (at ViewConcept.test.jsx:35)
  1030. in Router (created by MemoryRouter)
  1031. in MemoryRouter (created by WrapperComponent)
  1032. in WrapperComponent
  1033. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  1034. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  1035. in tr (at ViewMapping.js:15)
  1036. in ViewMapping (at ViewConcept.jsx:154)
  1037. in tbody (at ViewConcept.jsx:152)
  1038. in table (at ViewConcept.jsx:144)
  1039. in fieldset (at ViewConcept.jsx:142)
  1040. in div (at ViewConcept.jsx:141)
  1041. in div (at ViewConcept.jsx:140)
  1042. in div (at ViewConcept.jsx:25)
  1043. in div (at ViewConcept.jsx:24)
  1044. in ViewConcept (at ViewConcept.test.jsx:35)
  1045. in Router (created by MemoryRouter)
  1046. in MemoryRouter (created by WrapperComponent)
  1047. in WrapperComponent
  1048. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  1049. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  1050. in tr (at ViewMapping.js:15)
  1051. in ViewMapping (at ViewConcept.jsx:123)
  1052. in tbody (at ViewConcept.jsx:121)
  1053. in table (at ViewConcept.jsx:113)
  1054. in fieldset (at ViewConcept.jsx:111)
  1055. in div (at ViewConcept.jsx:110)
  1056. in div (at ViewConcept.jsx:109)
  1057. in div (at ViewConcept.jsx:25)
  1058. in div (at ViewConcept.jsx:24)
  1059. in ViewConcept (at ViewConcept.test.jsx:40)
  1060. in Router (created by MemoryRouter)
  1061. in MemoryRouter (created by WrapperComponent)
  1062. in WrapperComponent
  1063. console.error node_modules/react-dom/cjs/react-dom.development.js:530
  1064. Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of <tr>. Make sure you don't have any extra whitespace between tags on each line of your source code.
  1065. in tr (at ViewMapping.js:15)
  1066. in ViewMapping (at ViewConcept.jsx:154)
  1067. in tbody (at ViewConcept.jsx:152)
  1068. in table (at ViewConcept.jsx:144)
  1069. in fieldset (at ViewConcept.jsx:142)
  1070. in div (at ViewConcept.jsx:141)
  1071. in div (at ViewConcept.jsx:140)
  1072. in div (at ViewConcept.jsx:25)
  1073. in div (at ViewConcept.jsx:24)
  1074. in ViewConcept (at ViewConcept.test.jsx:40)
  1075. in Router (created by MemoryRouter)
  1076. in MemoryRouter (created by WrapperComponent)
  1077. in WrapperComponent
  1078. PASS src/tests/GeneralSearch/generalSearchContainer.test.js
  1079. ● Console
  1080. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1081. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1082.  
  1083. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1084. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1085.  
  1086. Please update the following components: MemoryRouter, Router
  1087. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1088. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1089.  
  1090. * Move data fetching code or side effects to componentDidUpdate.
  1091. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1092. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1093.  
  1094. Please update the following components: Router
  1095. › 4 snapshots written.
  1096. PASS src/tests/dictionaryConcepts/container/ViewConceptContainer.test.jsx
  1097. PASS src/tests/Dictionary/AddDictionary.test.js
  1098. ● Console
  1099. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1100. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1101.  
  1102. * Move data fetching code or side effects to componentDidUpdate.
  1103. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1104. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1105.  
  1106. Please update the following components: Modal, Select, Transition
  1107. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1108. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1109.  
  1110. * Move data fetching code or side effects to componentDidUpdate.
  1111. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1112.  
  1113. Please update the following components: Modal
  1114. PASS src/tests/AuthReducers.test.js
  1115. PASS src/tests/Auth/index.test.jsx
  1116. ● Console
  1117. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1118. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1119.  
  1120. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1121. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1122.  
  1123. Please update the following components: Authenticate
  1124. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1125. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1126.  
  1127. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1128. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1129.  
  1130. Please update the following components: Authenticate, MemoryRouter, Router
  1131. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1132. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1133.  
  1134. * Move data fetching code or side effects to componentDidUpdate.
  1135. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1136. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1137.  
  1138. Please update the following components: Router
  1139. console.error node_modules/jsdom/lib/jsdom/virtual-console.js:29
  1140. Error: Not implemented: navigation (except hash changes)
  1141. at module.exports (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
  1142. at navigateFetch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/navigation.js:74:3)
  1143. at exports.navigate (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/navigation.js:52:3)
  1144. at LocationImpl.reload (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:230:5)
  1145. at HistoryImpl.actAsIfLocationReloadCalled [as _actAsIfLocationReloadCalled] (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js:235:57)
  1146. at HistoryImpl.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/History-impl.js:38:12)
  1147. at History.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/History.js:33:21)
  1148. at Object.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/history/cjs/history.js:438:19)
  1149. at checkAuth (/home/travis/build/openmrs/openmrs-ocl-client/src/components/Auth/index.jsx:12:15)
  1150. at Object.it (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/Auth/index.test.jsx:52:5) undefined
  1151. console.error node_modules/jsdom/lib/jsdom/virtual-console.js:29
  1152. Error: Not implemented: navigation (except hash changes)
  1153. at module.exports (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
  1154. at navigateFetch (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/navigation.js:74:3)
  1155. at exports.navigate (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/navigation.js:52:3)
  1156. at LocationImpl.reload (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:230:5)
  1157. at HistoryImpl.actAsIfLocationReloadCalled [as _actAsIfLocationReloadCalled] (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js:235:57)
  1158. at HistoryImpl.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/window/History-impl.js:38:12)
  1159. at History.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/jsdom/lib/jsdom/living/generated/History.js:33:21)
  1160. at Object.go (/home/travis/build/openmrs/openmrs-ocl-client/node_modules/history/cjs/history.js:438:19)
  1161. at checkAuth (/home/travis/build/openmrs/openmrs-ocl-client/src/components/Auth/index.jsx:19:15)
  1162. at Object.it (/home/travis/build/openmrs/openmrs-ocl-client/src/tests/Auth/index.test.jsx:62:5) undefined
  1163. › 2 snapshots written.
  1164. PASS src/tests/GeneralSearch/Actions/generalSearchActions.test.jsx
  1165. PASS src/tests/notifications/notificationsReducer.test.js
  1166. PASS src/tests/dictionaryConcepts/components/ActionButtons.test.jsx
  1167. PASS src/tests/store.test.js
  1168. PASS src/tests/bulkConcepts/reducers/index.test.js
  1169. PASS src/tests/Dictionary/ListDictionaries.test.jsx
  1170. ● Console
  1171. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1172. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1173.  
  1174. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1175. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1176.  
  1177. Please update the following components: MemoryRouter, Router
  1178. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1179. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1180.  
  1181. * Move data fetching code or side effects to componentDidUpdate.
  1182. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1183. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1184.  
  1185. Please update the following components: Router
  1186. › 3 snapshots written.
  1187. PASS src/tests/dictionaryConcepts/components/DescriptionTable.test.jsx
  1188. ● Console
  1189. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1190. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1191.  
  1192. * Move data fetching code or side effects to componentDidUpdate.
  1193. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1194. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1195.  
  1196. Please update the following components: Select
  1197. › 3 snapshots written.
  1198. PASS src/tests/dictionaryConcepts/components/AnswersTable.test.jsx
  1199. › 2 snapshots written.
  1200. PASS src/tests/Dictionary/EditDictionary.test.jsx
  1201. ● Console
  1202. console.error node_modules/reactstrap/dist/reactstrap.cjs.js:229
  1203. Input with a type of "text" cannot have children. Please use "value"/"defaultValue" instead.
  1204. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1205. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1206.  
  1207. * Move data fetching code or side effects to componentDidUpdate.
  1208. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1209. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1210.  
  1211. Please update the following components: Modal, Select, Transition
  1212. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1213. Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1214.  
  1215. * Move data fetching code or side effects to componentDidUpdate.
  1216. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1217.  
  1218. Please update the following components: Modal
  1219. › 1 snapshot written.
  1220. PASS src/tests/bulkConcepts/components/SortBar.test.jsx
  1221. PASS src/tests/bulkConcepts/components/Sidenav.test.jsx
  1222. PASS src/tests/dictionaryConcepts/components/Sidenav.test.jsx
  1223. PASS src/tests/dictionaryConcepts/components/RemoveMappingsModal.test.jsx
  1224. PASS src/tests/AuthActions.test.js
  1225. PASS src/tests/dictionaryConcepts/components/InternalMapping.test.js
  1226. PASS src/tests/dictionaryConcepts/components/RemoveMappings.test.jsx
  1227. PASS src/tests/dictionaryConcepts/components/CreateConceptTable.test.jsx
  1228. › 2 snapshots written.
  1229. PASS src/tests/GeneralSearch/Reducers/generalSearchReducer.test.jsx
  1230. PASS src/tests/bulkConcepts/components/ActionButtons.test.js
  1231. PASS src/tests/dictionaryConcepts/components/ExternalMapping.test.js
  1232. PASS src/tests/dictionaryConcepts/components/DescriptionRow.test.js
  1233. PASS src/tests/Loader.test.js
  1234. › 2 snapshots written.
  1235. PASS src/tests/Dictionary/dictionaryReducer.test.js
  1236. PASS src/tests/Dictionary/UserDashboard.test.jsx
  1237. PASS src/tests/notifications/Notifications.test.js
  1238. PASS src/tests/helperFunctions.test.js
  1239. PASS src/tests/Auth/LoginDetails.test.jsx
  1240. ● Console
  1241. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1242. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1243.  
  1244. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1245. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1246.  
  1247. Please update the following components: MemoryRouter, Router
  1248. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1249. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1250.  
  1251. * Move data fetching code or side effects to componentDidUpdate.
  1252. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1253. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1254.  
  1255. Please update the following components: Router
  1256. › 1 snapshot written.
  1257. PASS src/tests/Dashboard/action/ConceptsActionCreator.test.js
  1258. PASS src/tests/Auth/notFound.test.js
  1259. ● Console
  1260. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1261. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1262.  
  1263. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1264. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1265.  
  1266. Please update the following components: MemoryRouter, Router
  1267. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1268. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1269.  
  1270. * Move data fetching code or side effects to componentDidUpdate.
  1271. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1272. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1273.  
  1274. Please update the following components: Router
  1275. › 1 snapshot written.
  1276. PASS src/tests/Title.test.js
  1277. ● Console
  1278. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1279. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1280.  
  1281. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1282. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1283.  
  1284. Please update the following components: SideEffect(NullComponent)
  1285. › 2 snapshots written.
  1286. PASS src/tests/dictionaryConcepts/components/MapType.test.js
  1287. PASS src/tests/App.test.js
  1288. ● Console
  1289. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1290. Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1291.  
  1292. * Move code with side effects to componentDidMount, and set initial state in the constructor.
  1293. * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1294.  
  1295. Please update the following components: Authenticate, Route, Router, SideEffect(NullComponent), Switch, _class
  1296. console.warn node_modules/react-dom/cjs/react-dom.development.js:12357
  1297. Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
  1298.  
  1299. * Move data fetching code or side effects to componentDidUpdate.
  1300. * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  1301. * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
  1302.  
  1303. Please update the following components: Route, Router, Switch
  1304. File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
  1305. ---------------------------------------------------------|----------|----------|----------|----------|-------------------|
  1306. All files | 98.45 | 95.53 | 94.56 | 98.65 | |
  1307. src | 100 | 100 | 100 | 100 | |
  1308. App.js | 100 | 100 | 100 | 100 | |
  1309. constants.js | 100 | 100 | 100 | 100 | |
  1310. helperFunctions.js | 100 | 100 | 100 | 100 | |
  1311. src/components | 100 | 100 | 100 | 100 | |
  1312. Loader.js | 100 | 100 | 100 | 100 | |
  1313. Navbar.js | 100 | 100 | 100 | 100 | |
  1314. NotFound.js | 100 | 100 | 100 | 100 | |
  1315. Notifications.jsx | 100 | 100 | 100 | 100 | |
  1316. Title.js | 100 | 100 | 100 | 100 | |
  1317. src/components/Auth | 96 | 75 | 85.71 | 100 | |
  1318. index.jsx | 96 | 75 | 85.71 | 100 | 10,17,47 |
  1319. src/components/GeneralSearch | 100 | 100 | 100 | 100 | |
  1320. GeneralSearchContainer.jsx | 100 | 100 | 100 | 100 | |
  1321. ListSearchResults.jsx | 100 | 100 | 100 | 100 | |
  1322. NavbarGeneralSearch.jsx | 100 | 100 | 100 | 100 | |
  1323. src/components/Signup/components/container | 100 | 100 | 100 | 100 | |
  1324. index.jsx | 100 | 100 | 100 | 100 | |
  1325. src/components/bulkConcepts | 100 | 87.5 | 100 | 100 | |
  1326. addBulkConcepts.jsx | 100 | 87.5 | 100 | 100 | 152 |
  1327. src/components/bulkConcepts/component | 100 | 97.92 | 98 | 100 | |
  1328. ActionButtons.jsx | 100 | 100 | 100 | 100 | |
  1329. CardBody.jsx | 100 | 100 | 100 | 100 | |
  1330. ConceptPagination.jsx | 100 | 100 | 100 | 100 | |
  1331. ConceptTable.jsx | 100 | 83.33 | 100 | 100 | 28 |
  1332. MappingPreview.jsx | 100 | 100 | 100 | 100 | |
  1333. Pagination.jsx | 100 | 100 | 100 | 100 | |
  1334. PreviewCard.jsx | 100 | 100 | 100 | 100 | |
  1335. SearchBar.jsx | 100 | 100 | 100 | 100 | |
  1336. SideNavItems.jsx | 100 | 100 | 100 | 100 | |
  1337. Sidenav.jsx | 100 | 100 | 83.33 | 100 | |
  1338. SortBar.jsx | 100 | 100 | 100 | 100 | |
  1339. addBulkConceptResultModal.jsx | 100 | 100 | 100 | 100 | |
  1340. src/components/bulkConcepts/container | 100 | 100 | 85.71 | 100 | |
  1341. BulkConceptsPage.jsx | 100 | 100 | 85 | 100 | |
  1342. Header.js | 100 | 100 | 100 | 100 | |
  1343. src/components/dashboard/components | 100 | 100 | 100 | 100 | |
  1344. DictionariesPaginations.jsx | 100 | 100 | 100 | 100 | |
  1345. src/components/dashboard/components/dictionary | 100 | 97.22 | 97.3 | 100 | |
  1346. AddDictionary.jsx | 100 | 100 | 100 | 100 | |
  1347. DictionariesSearch.jsx | 100 | 100 | 100 | 100 | |
  1348. DictionaryCard.jsx | 100 | 100 | 100 | 100 | |
  1349. DictionaryContainer.jsx | 100 | 100 | 94.74 | 100 | |
  1350. DictionaryDetailCard.jsx | 100 | 92.86 | 100 | 100 | 61 |
  1351. DictionaryVersionsTable.jsx | 100 | 100 | 100 | 100 | |
  1352. EditDictionary.jsx | 100 | 100 | 100 | 100 | |
  1353. ListDictionaries.jsx | 100 | 100 | 100 | 100 | |
  1354. src/components/dashboard/components/dictionary/common | 100 | 100 | 100 | 100 | |
  1355. DictionaryModal.jsx | 100 | 100 | 100 | 100 | |
  1356. GeneralModal.jsx | 100 | 100 | 100 | 100 | |
  1357. Languages.js | 100 | 100 | 100 | 100 | |
  1358. ReleaseVersionModal.jsx | 100 | 100 | 100 | 100 | |
  1359. SubscriptionModal.jsx | 100 | 100 | 100 | 100 | |
  1360. src/components/dashboard/components/dictionary/messages | 100 | 100 | 100 | 100 | |
  1361. InlineError.jsx | 100 | 100 | 100 | 100 | |
  1362. src/components/dashboard/components/dictionary/user | 100 | 100 | 100 | 100 | |
  1363. UserDashboard.jsx | 100 | 100 | 100 | 100 | |
  1364. src/components/dashboard/container | 100 | 100 | 100 | 100 | |
  1365. DictionariesDisplay.jsx | 100 | 100 | 100 | 100 | |
  1366. src/components/dictionaryConcepts | 100 | 100 | 100 | 100 | |
  1367. proptypes.js | 100 | 100 | 100 | 100 | |
  1368. src/components/dictionaryConcepts/components | 99.32 | 98 | 83.7 | 99.28 | |
  1369. ActionButtons.jsx | 81.82 | 92.31 | 40 | 81.82 | 57,68 |
  1370. AnswerRow.jsx | 100 | 100 | 100 | 100 | |
  1371. AnswersTable.jsx | 100 | 100 | 40 | 100 | |
  1372. ConceptDropdown.jsx | 100 | 100 | 100 | 100 | |
  1373. ConceptNameRows.jsx | 100 | 100 | 100 | 100 | |
  1374. ConceptTable.jsx | 100 | 87.5 | 92.31 | 100 | 95 |
  1375. CreateConceptForm.jsx | 100 | 100 | 28.57 | 100 | |
  1376. CreateConceptTable.jsx | 100 | 100 | 100 | 100 | |
  1377. CreateMapping.jsx | 100 | 100 | 82.35 | 100 | |
  1378. DescriptionRow.jsx | 100 | 100 | 100 | 100 | |
  1379. DescriptionTable.jsx | 100 | 100 | 100 | 100 | |
  1380. ExternalMapping.jsx | 100 | 100 | 100 | 100 | |
  1381. Header.jsx | 100 | 100 | 100 | 100 | |
  1382. InternalMapping.jsx | 100 | 100 | 100 | 100 | |
  1383. MapType.jsx | 100 | 100 | 75 | 100 | |
  1384. RemoveConcept.jsx | 100 | 100 | 100 | 100 | |
  1385. RemoveMappings.jsx | 100 | 100 | 100 | 100 | |
  1386. RemoveMappingsModal.jsx | 100 | 100 | 100 | 100 | |
  1387. SideNavItem.jsx | 100 | 100 | 100 | 100 | |
  1388. Sidenav.jsx | 100 | 50 | 83.33 | 100 | 15,32 |
  1389. ViewConcept.jsx | 100 | 100 | 100 | 100 | |
  1390. ViewMapping.js | 100 | 100 | 100 | 100 | |
  1391. helperFunction.js | 100 | 100 | 100 | 100 | |
  1392. src/components/dictionaryConcepts/containers | 98.68 | 95.61 | 95.29 | 99.38 | |
  1393. CreateConcept.jsx | 100 | 91.3 | 100 | 100 | 134,266,289,324 |
  1394. DictionaryConcepts.jsx | 100 | 100 | 89.66 | 100 | |
  1395. EditConcept.jsx | 97.5 | 93.98 | 94.74 | 98.62 | 569,571,713 |
  1396. SelectAnswers.jsx | 100 | 100 | 100 | 100 | |
  1397. ViewConceptContainer.js | 95 | 100 | 85.71 | 100 | |
  1398. src/components/login/components | 100 | 100 | 100 | 100 | |
  1399. SubmitButton.jsx | 100 | 100 | 100 | 100 | |
  1400. src/components/login/container | 100 | 100 | 100 | 100 | |
  1401. LoginDetails.jsx | 100 | 100 | 100 | 100 | |
  1402. index.jsx | 100 | 100 | 100 | 100 | |
  1403. src/components/userDasboard/components | 100 | 100 | 100 | 100 | |
  1404. CardWrapper.jsx | 100 | 100 | 100 | 100 | |
  1405. DashboardDetails.jsx | 100 | 100 | 100 | 100 | |
  1406. src/components/userDasboard/container | 100 | 100 | 100 | 100 | |
  1407. UserDashboard.jsx | 100 | 100 | 100 | 100 | |
  1408. src/config | 100 | 87.5 | 100 | 100 | |
  1409. axiosConfig.js | 100 | 75 | 100 | 100 | 18 |
  1410. history.js | 100 | 100 | 100 | 100 | |
  1411. index.js | 100 | 100 | 100 | 100 | |
  1412. src/redux | 100 | 100 | 100 | 100 | |
  1413. api.js | 100 | 100 | 100 | 100 | |
  1414. src/redux/actions | 100 | 100 | 100 | 100 | |
  1415. types.js | 100 | 100 | 100 | 100 | |
  1416. src/redux/actions/GeneralSearchActions | 100 | 100 | 100 | 100 | |
  1417. GeneralSearchActions.js | 100 | 100 | 100 | 100 | |
  1418. generalSearchActionCreators.js | 100 | 100 | 100 | 100 | |
  1419. src/redux/actions/auth | 100 | 100 | 100 | 100 | |
  1420. authActionCreators.js | 100 | 100 | 100 | 100 | |
  1421. authActions.js | 100 | 100 | 100 | 100 | |
  1422. src/redux/actions/bulkConcepts | 81.25 | 25 | 90.91 | 80.95 | |
  1423. index.js | 81.25 | 25 | 90.91 | 80.95 |... 42,71,72,82,83 |
  1424. src/redux/actions/concepts | 99.66 | 98.48 | 98.95 | 100 | |
  1425. ConceptActionCreators.js | 83.33 | 100 | 66.67 | 100 | |
  1426. dictionaryConcepts.js | 100 | 98.36 | 100 | 100 | 307 |
  1427. specificConceptAction.js | 100 | 100 | 100 | 100 | |
  1428. src/redux/actions/concepts/addBulkConcepts | 100 | 100 | 100 | 100 | |
  1429. index.js | 100 | 100 | 100 | 100 | |
  1430. src/redux/actions/concepts/addExistingConcepts | 100 | 100 | 100 | 100 | |
  1431. index.js | 100 | 100 | 100 | 100 | |
  1432. src/redux/actions/dictionaries | 98.98 | 88.1 | 97.59 | 99.37 | |
  1433. dictionaryActionCreators.js | 99.38 | 88.1 | 98.46 | 99.29 | 182 |
  1434. dictionaryActions.js | 97.22 | 100 | 94.44 | 100 | |
  1435. src/redux/actions/globalActionCreators | 100 | 100 | 100 | 100 | |
  1436. index.js | 100 | 100 | 100 | 100 | |
  1437. src/redux/actions/notifications | 100 | 100 | 100 | 100 | |
  1438. index.js | 100 | 100 | 100 | 100 | |
  1439. src/redux/actions/user | 97.44 | 85.71 | 94.44 | 97.1 | |
  1440. index.js | 97.44 | 85.71 | 94.44 | 97.1 | 94,121 |
  1441. src/redux/reducers | 91.92 | 89.43 | 83.78 | 91.53 | |
  1442. ConceptReducers.js | 100 | 100 | 100 | 100 | |
  1443. authReducers.js | 100 | 100 | 33.33 | 100 | |
  1444. bulkConceptReducer.js | 100 | 100 | 100 | 100 | |
  1445. dictionaryReducer.js | 100 | 100 | 100 | 100 | |
  1446. dictionaryReducers.js | 100 | 100 | 100 | 100 | |
  1447. generalSearchReducer.js | 100 | 100 | 100 | 100 | |
  1448. index.js | 100 | 100 | 100 | 100 | |
  1449. notificationsReducer.js | 100 | 100 | 100 | 100 | |
  1450. util.js | 72.88 | 45.83 | 77.78 | 70.91 |... 21,23,26,57,68 |
  1451. src/redux/reducers/bulkConcepts | 100 | 100 | 100 | 100 | |
  1452. index.js | 100 | 100 | 100 | 100 | |
  1453. src/redux/reducers/user | 100 | 100 | 100 | 100 | |
  1454. index.js | 100 | 100 | 100 | 100 | |
  1455. ---------------------------------------------------------|----------|----------|----------|----------|-------------------|
  1456. Handlebars: Access has been denied to resolve the property "statements" because it is not an "own property" of its parent.
  1457. You can add a runtime option to disable the check or this warning:
  1458. See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
  1459. Handlebars: Access has been denied to resolve the property "branches" because it is not an "own property" of its parent.
  1460. You can add a runtime option to disable the check or this warning:
  1461. See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
  1462. Handlebars: Access has been denied to resolve the property "functions" because it is not an "own property" of its parent.
  1463. You can add a runtime option to disable the check or this warning:
  1464. See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
  1465. Handlebars: Access has been denied to resolve the property "lines" because it is not an "own property" of its parent.
  1466. You can add a runtime option to disable the check or this warning:
  1467. See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
  1468. Summary of all failing tests
  1469. FAIL src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx
  1470. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call the handleRetireConcept method when retiring
  1471. Method “simulate” is meant to be run on 1 node. 0 found instead.
  1472. 758 | const spy = jest.spyOn(container, 'handleRetireConcept');
  1473. 759 | dictionaryConcepts.setState({ isOwner: true }, () => {
  1474. > 760 | wrapper.find('button#retire').simulate('click');
  1475. | ^
  1476. 761 | expect(spy).toHaveBeenCalled();
  1477. 762 | });
  1478. 763 | });
  1479. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  1480. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  1481. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:760:39)
  1482. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  1483. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  1484. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  1485. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  1486. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  1487. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  1488. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  1489. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  1490. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  1491. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  1492. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  1493. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  1494. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  1495. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  1496. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  1497. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  1498. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1499. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1500. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  1501. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  1502. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  1503. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  1504. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1505. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1506. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  1507. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  1508. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  1509. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  1510. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  1511. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  1512. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:759:26)
  1513. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call the handleRetireConcept method when un-retiring
  1514. Method “simulate” is meant to be run on 1 node. 0 found instead.
  1515. 779 | const spy = jest.spyOn(container, 'handleRetireConcept');
  1516. 780 | dictionaryConcepts.setState({ isOwner: true }, () => {
  1517. > 781 | wrapper.find('button#unRetire').simulate('click');
  1518. | ^
  1519. 782 | expect(spy).toHaveBeenCalled();
  1520. 783 | });
  1521. 784 | });
  1522. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  1523. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  1524. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:781:41)
  1525. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  1526. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  1527. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  1528. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  1529. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  1530. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  1531. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  1532. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  1533. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  1534. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  1535. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  1536. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  1537. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  1538. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  1539. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  1540. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  1541. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1542. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1543. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  1544. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  1545. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  1546. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  1547. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1548. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1549. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  1550. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  1551. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  1552. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  1553. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  1554. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  1555. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:780:26)
  1556. ● Test suite for dictionary concepts components › Retire/Unretire Concepts › should call handleRetireConcept without crashing when owner_url is invalid
  1557. Method “simulate” is meant to be run on 1 node. 0 found instead.
  1558. 799 | const spy = jest.spyOn(container, 'handleRetireConcept');
  1559. 800 | dictionaryConcepts.setState({ isOwner: true }, () => {
  1560. > 801 | wrapper.find('button#retire').simulate('click');
  1561. | ^
  1562. 802 | expect(spy).toHaveBeenCalled();
  1563. 803 | });
  1564. 804 | });
  1565. at ReactWrapper.single (node_modules/enzyme/src/ReactWrapper.js:1168:13)
  1566. at ReactWrapper.simulate (node_modules/enzyme/src/ReactWrapper.js:665:17)
  1567. at DictionaryConcepts.call (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:801:39)
  1568. at ReactSixteenAdapter.invokeSetStateCallback (node_modules/enzyme/src/EnzymeAdapter.js:46:14)
  1569. at DictionaryConcepts.<anonymous> (node_modules/enzyme/src/ReactWrapper.js:383:19)
  1570. at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13829:12)
  1571. at commitUpdateEffects (node_modules/react-dom/cjs/react-dom.development.js:13867:7)
  1572. at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13855:3)
  1573. at commitLifeCycles (node_modules/react-dom/cjs/react-dom.development.js:22135:11)
  1574. at commitLayoutEffects (node_modules/react-dom/cjs/react-dom.development.js:25344:7)
  1575. at HTMLUnknownElement.callCallback (node_modules/react-dom/cjs/react-dom.development.js:336:14)
  1576. at invokeEventListeners (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
  1577. at HTMLUnknownElementImpl._dispatch (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
  1578. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
  1579. at HTMLUnknownElementImpl.dispatchEvent (node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
  1580. at HTMLUnknownElement.dispatchEvent (node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
  1581. at Object.invokeGuardedCallbackDev (node_modules/react-dom/cjs/react-dom.development.js:385:16)
  1582. at invokeGuardedCallback (node_modules/react-dom/cjs/react-dom.development.js:440:31)
  1583. at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:25082:9)
  1584. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1585. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1586. at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:24922:3)
  1587. at finishSyncRender (node_modules/react-dom/cjs/react-dom.development.js:24329:3)
  1588. at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:24307:9)
  1589. at node_modules/react-dom/cjs/react-dom.development.js:12199:24
  1590. at unstable_runWithPriority (node_modules/scheduler/cjs/scheduler.development.js:697:12)
  1591. at runWithPriority$2 (node_modules/react-dom/cjs/react-dom.development.js:12149:10)
  1592. at flushSyncCallbackQueueImpl (node_modules/react-dom/cjs/react-dom.development.js:12194:7)
  1593. at flushSyncCallbackQueue (node_modules/react-dom/cjs/react-dom.development.js:12182:3)
  1594. at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23709:9)
  1595. at Object.enqueueSetState (node_modules/react-dom/cjs/react-dom.development.js:13994:5)
  1596. at DictionaryConcepts.setState (node_modules/react/cjs/react.development.js:325:16)
  1597. at ReactWrapper.setState (node_modules/enzyme/src/ReactWrapper.js:377:21)
  1598. at Object.it (src/tests/dictionaryConcepts/container/DictionaryConcepts.test.jsx:800:26)
  1599. Snapshot Summary
  1600. › 64 snapshots written from 25 test suites.
  1601. Test Suites: 1 failed, 73 passed, 74 total
  1602. Tests: 3 failed, 650 passed, 653 total
  1603. Snapshots: 64 written, 64 total
  1604. Time: 74.106s
  1605. Ran all test suites.
  1606. npm ERR! Test failed. See above for more details.
  1607. The command "npm test -- -u --coverage" exited with 1.
  1608. cache.2
  1609. store build cache
  1610. Done. Your build exited with 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement