Page MenuHomePhabricator

Convert various integration tests to unit tests
Closed, DuplicatePublic

Description

A lot of the logic in MCSs methods is tested only by tests that run against the response of the api. This makes running npm test slow which makes it hard to do big refactors.

I'd like to create some unit tests for existing functionality.

Event Timeline

This might be a duplicate of T151091. We probably should also see why the Sepia (VCR_MODE) caching doesn't work anymore (T152255).