Forge
csharp4405de34
1using IntercomService.Tests;
2
3[assembly: CollectionBehavior(DisableTestParallelization = true)]
4
5namespace IntercomService.Tests;
6
7[CollectionDefinition("IntercomApi")]
8public sealed class IntercomApiCollection : ICollectionFixture<IntercomWebApplicationFactory>;
9
View only · write via MCP/CIDE