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
When I parse the loop attribute on the element, the value should be true:
it( 'should return true if the attribute is set without value', () => {
const result = parse( element, attr( 'audio', 'loop' ) );
expect( result ).to.be.true;
} );