Closed bill-florio closed 4 months ago
Hi! I am new to Prefire and it is very nice. But I got an issue when snapshot with environmentObject
I tried
- imports: - SpeedManagerModule
but does not fixed the issue, seems like .prefire.yml is not read when building the test
.prefire.yml
fixed: checked static func findTestedTarget(for target: Target) -> SwiftSourceModuleTarget? I founded my project's folder has a space. Rename the folder and fixed
static func findTestedTarget(for target: Target) -> SwiftSourceModuleTarget?
Context 🕵️♀️
Hi! I am new to Prefire and it is very nice. But I got an issue when snapshot with environmentObject
What 🌱
I tried
but does not fixed the issue, seems like
.prefire.yml
is not read when building the test