Skip to content

Instantly share code, notes, and snippets.

View pawelel's full-sized avatar

Paweł Przytuła pawelel

  • Poland, Poznań
View GitHub Profile
@pawelel
pawelel / _Imports.razor
Created April 5, 2021 16:44
test imports for bUnit (blazor)
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.JSInterop
@using Microsoft.Extensions.DependencyInjection
@using AngleSharp.Dom
@using Bunit
@using Bunit.Xunit
@using Bunit.TestDoubles