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
This code is valid: expect(element.attributes).to.have.own.property('data-a');
However, I get this type error: test/t1.ts(42,44): error TS2339: Property 'own' does not exist on type 'Assertion'.
I'll suggest to add "own" to interface LanguageChains.