youtube image
From YouTube: Pair Programming - Migrating Karma specs to Jest (vue_shared)

Description

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


**Highlights:**
- 3:20 We dive into updating our codemod to support renaming import aliases
- 11:30 We fix our issue we ran into while trying to update the codemod
- 17:30 We run into an issue with a spec that's testing the behavior of debounce but debounce is mocked in our environment
- 26:30 End of discussing best way to test debounce in this environment, but opt for moving on
- 29:00 We run into a spec that is outdated and references a non-existent prop
- 42:00 We run into a spec that tests an unused spec