feat: Begins adding html snapshot tests.

This commit is contained in:
2025-03-07 09:08:08 -05:00
parent b42b9cf03b
commit 35a54db9a3
30 changed files with 1011 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
public enum HVACSystemSize: Double, CaseIterable, Codable, Equatable, Sendable {
public enum HVACSystemSize: Double, CaseIterable, Codable, Equatable, Sendable, Hashable {
case one = 1
case oneAndAHalf = 1.5
case two = 2