mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 08:17:53 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
10 lines
153 B
C#
10 lines
153 B
C#
using Xunit.Abstractions;
|
|
|
|
namespace UnitTests_Parallelizable.InputTests;
|
|
|
|
public class KeyBindingTests ()
|
|
{
|
|
// TODO: Add tests for KeyBinding
|
|
|
|
}
|