Skip to content

Move mocks to respective packages

Grzegorz Bizon requested to merge backstage/gb/move-mocks-to-packages into master

Description

This is a purely ~backstage change that moves mocks from top-level mocks package to respective packages. It makes testing easier because you can easily use additional types from a package in a mock, without the need of worrying about circular package dependencies.

Edited by Grzegorz Bizon

Merge request reports