mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
7 lines
126 B
C#
7 lines
126 B
C#
namespace UnitTests_Parallelizable.InputTests;
|
|
|
|
public class MouseBindingTests
|
|
{
|
|
// TODO: Add tests for MouseBinding
|
|
}
|