profileShare

rasmusjy / splitapp-backend-clean-onion

Read-only snapshot

No repository description.

main default branch 429 files Expires Sep 13, 2026, 9:06 AM
SanityTest.cs 165 bytes
1 using FluentAssertions;
2
3 namespace App.Tests;
4
5 public class SanityTest
6 {
7 [Fact]
8 public void TestRunner_Works()
9 {
10 true.Should().BeTrue();
11 }
12 }
13