mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-27 00:12:57 +00:00
@@ -0,0 +1,8 @@
|
||||
using Xunit;
|
||||
|
||||
namespace DiscordChatExporter.Cli.Tests.Fixtures;
|
||||
|
||||
[CollectionDefinition(nameof(ExportWrapperCollection))]
|
||||
public class ExportWrapperCollection : ICollectionFixture<ExportWrapperFixture>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user