Skip to content

Commit

Permalink
Revert "Added regex in validators, changed models into dtos, created …
Browse files Browse the repository at this point in the history
…unit tests"

This reverts commit b2825e8.
  • Loading branch information
mkoper02 committed May 13, 2024
1 parent b2825e8 commit 33a51b0
Show file tree
Hide file tree
Showing 25 changed files with 167 additions and 1,572 deletions.
4 changes: 0 additions & 4 deletions Server/ReasnAPI/ReasnAPI.Tests/ReasnAPI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReasnAPI\ReasnAPI.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="Microsoft.Playwright.MSTest" />
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
Expand Down
12 changes: 12 additions & 0 deletions Server/ReasnAPI/ReasnAPI.Tests/UnitTest1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
namespace ReasnAPI.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestAdd()
{
Assert.AreEqual(17, 17);
}
}
}
336 changes: 0 additions & 336 deletions Server/ReasnAPI/ReasnAPI.Tests/Validators/AddressValidatorTests.cs

This file was deleted.

Loading

0 comments on commit 33a51b0

Please sign in to comment.