docbrown/app/javascript/chat/__tests__
Mario See faf1c6719b more testing for connect components (#1046)
* adding more tests

- covers article.jsx and elements created from its props and state
- added png as static file that needs stubbing

* video + channelDetails test coverage

* chat + channels tests

* channels cc refactor

* yarn install

* update snapshot and string spacing

* chat.jsx test

mostly tests rendering elements
- does not test imported components, as those are already tested separately
- does not imported functions from actions or utils as those will be tested separately as well

* cleaning up

- mocked response with flush promises for state/component to reflect appropriate changes

* snapshot updates
2018-11-19 15:07:54 -05:00
..
__snapshots__ more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
alert.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
article.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
channelDetails.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
channels.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
chat.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
codeEditor.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
compose.test.jsx Add tests for Dev Connect (#988) 2018-10-30 13:42:04 -04:00
content.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
githubRepo.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
message.test.jsx Add tests for Dev Connect (#988) 2018-10-30 13:42:04 -04:00
userDetails.test.jsx Add tests for Dev Connect (#988) 2018-10-30 13:42:04 -04:00
util.test.js Reduce queries in typical stories#show response + small fixes (#903) 2018-10-13 19:38:38 -04:00
video.test.jsx more testing for connect components (#1046) 2018-11-19 15:07:54 -05:00
view.test.jsx Add tests for Dev Connect (#988) 2018-10-30 13:42:04 -04:00