mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 00:38:00 +01:00
7 lines
116 B
C#
7 lines
116 B
C#
using UnitTests;
|
|
|
|
namespace UnitTests_Parallelizable.DriverTests;
|
|
|
|
public class DriverTests : FakeDriverBase
|
|
{ }
|