feat: Begins adding html snapshot tests.
This commit is contained in:
@@ -7,7 +7,8 @@ public enum Psychrometrics {
|
||||
public static let description = """
|
||||
Calculate the psychrometric properties of air based on temperature and humidity readings.
|
||||
"""
|
||||
public struct Request: Codable, Equatable, Sendable {
|
||||
|
||||
public struct Request: Codable, Equatable, Sendable, Hashable {
|
||||
|
||||
// public let mode: Mode
|
||||
public let temperature: Double
|
||||
@@ -42,7 +43,7 @@ public enum Psychrometrics {
|
||||
|
||||
public extension SiteRoute.View {
|
||||
|
||||
enum Psychrometrics: Equatable, Sendable {
|
||||
enum Psychrometrics: Equatable, Sendable, Hashable {
|
||||
|
||||
case index
|
||||
case submit(Routes.Psychrometrics.Request)
|
||||
|
||||
Reference in New Issue
Block a user