Nulah.PowerShell/tests/ModuleTests/TestConstants.cs
Scott 3547e32b6e tests(calendar): Add calendar render tests (#3)
- updates calendar to support overriding the current day when rendering
- supports current culture when rendering
- renames Calendar to CalendarGenerator
2026-08-05 06:15:53 +00:00

6 lines
No EOL
112 B
C#

namespace ModuleTests;
public class TestConstants
{
public const string SnapshotFolderName = "Snapshots";
}