You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: assert container extension is created and memoized
Mutation testing showed all five mutants of the getContainerExtension()
condition survived: the extension type was never asserted and repeated
calls recreating the extension went unnoticed. One test asserting the
concrete type and instance identity on a second call kills all five.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments