Closed BarredEwe closed 6 months ago
Spaces in #Preview name break the PreviewTests.generated file Fixing this issue: https://github.com/BarredEwe/Prefire/issues/48
#Preview
Added the removal of unnecessary characters using filter:
CharacterSet(arrayLiteral: "_") + CharacterSet.alphanumerics
Short description 📝
Spaces in
#Preview
name break the PreviewTests.generated file Fixing this issue: https://github.com/BarredEwe/Prefire/issues/48Solution 📦
Added the removal of unnecessary characters using filter: