bUnit-dev / bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
https://bunit.dev
MIT License
1.12k stars 104 forks source link

refactor: Rename TestServiceProvider to BunitServiceProvider #1416

Closed linkdotnet closed 6 months ago

linkdotnet commented 6 months ago

Another rename

linkdotnet commented 6 months ago
image

I only get this on v2. Any ideas?

linkdotnet commented 6 months ago

Used squash - shouldn't matter for a single commit anyway (and I was head of v2).

egil commented 6 months ago

I guess with rebase the previous commits that are rebased gets a new commit hash which github cannot do for us.

linkdotnet commented 6 months ago

But on main that works without a problem. Hmm - doesn't matter. Will use anyway just single commits on top of v2