Defined the "enumeration" constant for the Tag+Definitions extension in the test target.

This commit is contained in:
Javier Cicchelli 2025-03-05 00:08:18 +01:00
parent 996459c9f0
commit 393f4cdad4

View File

@ -0,0 +1,9 @@
import Testing
extension Tag {
// MARK: Constants
@Tag static var enumeration: Self
}