BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
251 stars 16 forks source link

Processing test's function name #51

Closed BarredEwe closed 1 month ago

BarredEwe commented 1 month ago

Short description 📝

Spaces in #Preview name break the PreviewTests.generated file Fixing this issue: https://github.com/BarredEwe/Prefire/issues/48

Solution 📦

Added the removal of unnecessary characters using filter:

CharacterSet(arrayLiteral: "_") + CharacterSet.alphanumerics