EdCharbeneau / BlazorPro.Spinkit

A Blazor library for loading and long process scenarios based on the CSS library Spinkit
99 stars 22 forks source link

How to Mock ResizeListener #8

Closed mattx264 closed 4 years ago

mattx264 commented 4 years ago

Hi, I have a problem with creating mock of ResizeListener Code like this :

fixture.Services.AddSingleton<ResizeListener>();

error: 'Object reference not set to an instance of an object.' I think issue is with IJSRuntime.