Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhieddine-El-Kaissi committed Apr 27, 2023
1 parent d943ad9 commit a1d9c01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ $tp-z-index__modal: 200;
`;
exports[`outputted iOS matches snapshot 1`] = `
"import UIKit.UIColor
"#if canImport(UIKit)
import UIKit.UIColor
/// These are the colors we use at Thumbtack.
public enum Color {
Expand Down Expand Up @@ -708,5 +709,5 @@ public enum Space {
/// Space 6 – 48.0pt
public static let six: CGFloat = 48.0
}
"
#endif"
`;

0 comments on commit a1d9c01

Please sign in to comment.