youtube image
From YouTube: Pair Programming - Moving Karma specs to Jest (ide/libs)

Description

**Result:**
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30398


**Highlights:**
- 03:20 We get started but run into some issues with merging directories in bash
- 06:30 We decide to move files to `ide_new` to get started on actually converting things to Jest
- 13:20 We fix some web worker stuff by introducing a shared mock
- 23:50 We uncover a spec that was dependent on unrelated Karma specs running first
- 46:20 We write a code mod for converting import aliases
- 53:40 We figure out why our codemod was erroring which wasn't our codemod after all