Files
Terminal.Gui/Tests/UnitTestsParallelizable/Input/Keyboard/KeyBindingTests.cs
Tig fdeaa8331b Fixes #4298 - Updates test namespaces (#4299)
* Refactored test namespaces.
Moved some tests that were in wrong project.
Code cleanup

* Parrallel -> Parallel
2025-10-20 14:14:38 -06:00

10 lines
153 B
C#

using Xunit.Abstractions;
namespace UnitTests_Parallelizable.InputTests;
public class KeyBindingTests ()
{
// TODO: Add tests for KeyBinding
}