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
Right now, the infrastructure for testing completions is fairly barebones. It should work similar to diagnostic testing. I.e. ExpectCompletion(label) with additional chaining like .Has(itemLabel) and .HasKind(itemLabel, kind), etc.
Right now, the infrastructure for testing completions is fairly barebones. It should work similar to diagnostic testing. I.e.
ExpectCompletion(label)with additional chaining like.Has(itemLabel)and.HasKind(itemLabel, kind), etc.