Skip to content

Commit 501d4ea

Browse files
authored
๐Ÿ”‡ :: ์Šคํฌ๋ฆฝํŠธ ์‹คํ–‰ ์‹œ warning ๋กœ๊ทธ ์•ˆ๋„์šฐ๊ฒŒ ๋ณ€๊ฒฝ
1 parent 3e2da63 commit 501d4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

โ€ŽScripts/GenerateModule.swiftโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func registerModuleDependency() {
5757
}
5858
if hasUITests {
5959
makeScaffold(target: .uiTest)
60-
#warning("ui test ํƒ€๊ฒŸ ์„ค์ • ๋กœ์ง ์ถ”๊ฐ€")
60+
// TODO: - ui test ํƒ€๊ฒŸ ์„ค์ • ๋กœ์ง ์ถ”๊ฐ€
6161
}
6262
if hasDemo {
6363
makeScaffold(target: .demo)
@@ -259,4 +259,4 @@ struct Bash: CommandExecuting {
259259
let output = String(decoding: outputData, as: UTF8.self)
260260
return output
261261
}
262-
}
262+
}

0 commit comments

Comments
ย (0)