mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42:50 +08:00
11 lines
202 B
C#
11 lines
202 B
C#
namespace Spectre.Console.Tests;
|
|
|
|
public static class VerifyConfiguration
|
|
{
|
|
[ModuleInitializer]
|
|
public static void Init()
|
|
{
|
|
Verifier.DerivePathInfo(Expectations.Initialize);
|
|
}
|
|
}
|