Skip to content

Commit 4940b92

Browse files
authored
📝 :: BaseFeature / Tests모듈이 Interface모듈을 참조한 실수
1 parent 7f95300 commit 4940b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Feature/BaseFeature/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let project = Project.module(
1010
.shared(target: .GlobalThirdPartyLibrary)
1111
]),
1212
.tests(module: .feature(.BaseFeature), dependencies: [
13-
.feature(target: .BaseFeature, type: .interface)
13+
.feature(target: .BaseFeature)
1414
])
1515
]
1616
)

0 commit comments

Comments
 (0)