mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-29 20:22:05 +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