We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f95300 commit 4940b92Copy full SHA for 4940b92
Projects/Feature/BaseFeature/Project.swift
@@ -10,7 +10,7 @@ let project = Project.module(
10
.shared(target: .GlobalThirdPartyLibrary)
11
]),
12
.tests(module: .feature(.BaseFeature), dependencies: [
13
- .feature(target: .BaseFeature, type: .interface)
+ .feature(target: .BaseFeature)
14
])
15
]
16
)
0 commit comments