Commit graph

7 commits

Author SHA1 Message Date
Winnie Hellmann
4ce36f3443 Add failing test for hasQuickActions 2019-05-07 23:32:53 +02:00
Paul Gascou-Vaillancourt
911701ae47 Extract discussion notes into new component
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
2019-05-01 10:04:07 +00:00
Paul Gascou-Vaillancourt
e555c8f480 Extract discussion actions into separate component
- Created DiscussionActions component
- Updated NoteableDiscussion component accordingly
- Wrote Jest tests for DiscussionActions
- Updated Jest config to enable emojis aliases mock
- Updated qa specs to reflect changes in NoteableDiscussions
2019-04-17 13:42:44 -04:00
Winnie Hellmann
514ee63826 Move some tests from Karma to Jest 2019-03-23 17:53:46 +01:00
Winnie Hellmann
db735b66a0 Add snapshot test to discussion_jump_to_next_button_spec.js 2019-02-21 11:02:32 +01:00
Winnie Hellmann
fd87496971 Remove localVue from discussion_jump_to_next_button_spec.js 2019-02-21 11:02:32 +01:00
Winnie Hellmann
0e619d01b0 Move discussion_jump_to_next_button_spec.js to Jest 2019-02-21 10:53:00 +01:00