mocktail icon indicating copy to clipboard operation
mocktail copied to clipboard

Add support to export the mock struct

Open wvell opened this issue 2 years ago • 0 comments

This adds support to export the mock struct to use the mock in another package.

This type pineappleMock struct{ mock.Mock } becomes this type PineappleMock struct{ mock.Mock }

wvell avatar Sep 29 '23 11:09 wvell