You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we generate mock types by wrapping them in an #if DEBUG, but we could allow customization so that a different flag could be used instead to fence off mocks from production code. See IfConfigDeclSyntax+Additions.swift.
The text was updated successfully, but these errors were encountered:
Currently we generate mock types by wrapping them in an
#if DEBUG
, but we could allow customization so that a different flag could be used instead to fence off mocks from production code. SeeIfConfigDeclSyntax+Additions.swift
.The text was updated successfully, but these errors were encountered: