Skip to content

Commit 8a27d7c

Browse files
committed
test(icons): add nameStyle to iOS IconsEntry test fixtures
1 parent 9c3365d commit 8a27d7c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI](https://github.com/alexey1312/ExFig/actions/workflows/ci.yml/badge.svg)](https://github.com/alexey1312/ExFig/actions/workflows/ci.yml)
66
[![Release](https://github.com/alexey1312/ExFig/actions/workflows/release.yml/badge.svg)](https://github.com/alexey1312/ExFig/actions/workflows/release.yml)
77
[![Docs](https://github.com/alexey1312/ExFig/actions/workflows/deploy-docc.yml/badge.svg)](https://alexey1312.github.io/ExFig/documentation/exfig)
8-
![Coverage](https://img.shields.io/badge/coverage-45.61%25-yellow)
8+
![Coverage](https://img.shields.io/badge/coverage-45.75%25-yellow)
99
[![License](https://img.shields.io/github/license/alexey1312/ExFig.svg)](LICENSE)
1010

1111
Command-line utility to export colors, typography, icons, and images from Figma to Xcode, Android Studio, Flutter, and

Tests/ExFigTests/Input/IconsConfigurationTests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ final class IconsConfigurationTests: XCTestCase {
541541
let json = """
542542
{
543543
"format": "svg",
544-
"assetsFolder": "Icons"
544+
"assetsFolder": "Icons",
545+
"nameStyle": "camelCase"
545546
}
546547
"""
547548

@@ -737,7 +738,8 @@ final class IconsConfigurationTests: XCTestCase {
737738
let json = """
738739
{
739740
"format": "svg",
740-
"assetsFolder": "Legacy"
741+
"assetsFolder": "Legacy",
742+
"nameStyle": "camelCase"
741743
}
742744
"""
743745

0 commit comments

Comments
 (0)