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
Specifying module like this struct FooPreviews: ModuleA.PrefierProvider { ... }
What π±
I guess such specification (that can take place in multimodular projects) shouldn't affect snapshot tests generation
Proposal π
I suppose Prefire parses project files and collects previews marked with PrefireProvider, if that's the case β then parser should use mask [space]*.PrefireProvider to avoid the issue
The text was updated successfully, but these errors were encountered:
Context π΅οΈββοΈ
Specifying module like this
struct FooPreviews: ModuleA.PrefierProvider { ... }
What π±
I guess such specification (that can take place in multimodular projects) shouldn't affect snapshot tests generation
Proposal π
I suppose Prefire parses project files and collects previews marked with
PrefireProvider
, if that's the case β then parser should use mask[space]*.PrefireProvider
to avoid the issueThe text was updated successfully, but these errors were encountered: