nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.09k stars 145 forks source link

Increase support for SpatialTapGesture #279

Closed andy-vanwagoner-jn closed 7 months ago

andy-vanwagoner-jn commented 7 months ago

To write tests using SpatialTapGesture, we needed a way to initialize the Value. This adds the appropriate init & adds tests for SpatialTapGesture.

nalexn commented 7 months ago

Thank you for this nice addition, @andy-vanwagoner-jn !