Skip to content

Commit

Permalink
feat: Clear mappings between tests cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Sep 21, 2023
1 parent e357a86 commit f04c0ab
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 374 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Uno.UI.Helpers;

namespace Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests;

public class BaseTestClass
{
[TestInitialize]
public void InitHotReload()
{
TypeMappingHelper.ClearMappings();
}

}
Loading

0 comments on commit f04c0ab

Please sign in to comment.