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