Implemented the GenerateHashUseCase use case in the library target.
This commit is contained in:
@@ -18,4 +18,7 @@ extension Tag {
|
||||
|
||||
/// A flag that indicates tests for a type extension.
|
||||
@Tag static var `extension`: Self
|
||||
|
||||
/// A flag that indicates tests for a use case type.
|
||||
@Tag static var useCase: Self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user