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.11k stars 104 forks source link

Rebase v2 on main #1445

Closed bUnitBot closed 4 months ago

egil commented 4 months ago

@linkdotnet is this a good idea to automatically rebase in changes in main? Does the "rebase" feature on pull requests work as we wont in this instance?

linkdotnet commented 4 months ago

@linkdotnet is this a good idea to automatically rebase in changes in main? Does the "rebase" feature on pull requests work as we wont in this instance?

Well - we do it anyway manually at the moment. So it is fine IMHO