Skip to content

add test for enum support #85

@tanner0101

Description

@tanner0101

Add a test to ensure enums like the following are fully supported:

/// The Exact enum from my project
enum Availability: UInt8, Content {
    case everyday
    case sunday
    case monday
    case tuesday
    case wednesday
    case thursday
    case friday
    case saturday
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions