Preview Tests (#1768)

* preview testing

* removed some views that are not really testabl in UnitTests and improved other tests
This commit is contained in:
Mauro
2023-09-20 17:33:31 +02:00
committed by GitHub
parent d27de2dedd
commit 3ccadba584
294 changed files with 1312 additions and 121 deletions

View File

@@ -174,7 +174,7 @@ struct SoftLogoutScreen: View {
// MARK: - Previews
struct SoftLogoutScreen_Previews: PreviewProvider {
struct SoftLogoutScreen_Previews: PreviewProvider, TestablePreview {
static var previews: some View {
ForEach(MockSoftLogoutScreenState.allCases) { state in
screen(for: state.viewModel)