TestConstants.cs 158 B

1234567
  1. namespace LLM.Editor.Tests.Unit
  2. {
  3. public static class TestConstants
  4. {
  5. public const string TestPath = "LLM/Editor/Tests/EditModeTests";
  6. }
  7. }