Skip to content

Commit

Permalink
📝 :: BaseFeature / Tests모듈이 Interface모듈을 참조한 실수
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Aug 30, 2023
1 parent 7f95300 commit 4940b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Feature/BaseFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let project = Project.module(
.shared(target: .GlobalThirdPartyLibrary)
]),
.tests(module: .feature(.BaseFeature), dependencies: [
.feature(target: .BaseFeature, type: .interface)
.feature(target: .BaseFeature)
])
]
)

0 comments on commit 4940b92

Please sign in to comment.