Skip to content

Commit

Permalink
Test Repair
Browse files Browse the repository at this point in the history
  • Loading branch information
Brano5 committed Jun 28, 2024
1 parent badb94d commit 59179f1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public RenderableContentTests(RenderableContentTestsFixture fixture)
Services.AddSingleton<AttributesHandler>();
Services.AddScoped<ViewModelCacheService>();
_projectDirectory = Directory.GetParent(Environment.CurrentDirectory).Parent.Parent.FullName;

JSInterop.SetupModule("/_content/AXSharp.Presentation.Blazor.Controls/js/addToolTipsAndPopOvers.js");
JSInterop.SetupModule("/_content/AXSharp.Presentation.Blazor.Controls/js/bootstrap.bundle.min.js");
}

private void Compare(string fileName, object twin, string presentation)
Expand Down

0 comments on commit 59179f1

Please sign in to comment.