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
exports[`Link > renders with external to and target correctly 1`] =`"<ahref="https://example.com"rel="noopener noreferrer"target="_blank"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
16
+
17
+
exports[`Link > renders with external to correctly 1`] =`"<ahref="https://example.com"rel="noopener noreferrer"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
exports[`Link > renders with internal to and target correctly 1`] =`"<ahref="/about"rel="noopener noreferrer"target="_blank"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
22
+
15
23
exports[`Link > renders with raw activeClass correctly 1`] =`"<buttontype="button"class="text-highlighted"></button>"`;
16
24
17
25
exports[`Link > renders with raw correctly 1`] =`"<buttontype="button"class=""></button>"`;
exports[`Link > renders with external to and target correctly 1`] =`"<ahref="https://example.com"rel="noopener noreferrer"target="_blank"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
16
+
17
+
exports[`Link > renders with external to correctly 1`] =`"<ahref="https://example.com"rel="noopener noreferrer"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
exports[`Link > renders with internal to and target correctly 1`] =`"<ahref="/about"rel="noopener noreferrer"target="_blank"class="focus-visible:outline-primary text-muted hover:text-default transition-colors"></a>"`;
22
+
15
23
exports[`Link > renders with raw activeClass correctly 1`] =`"<buttontype="button"class="text-highlighted"></button>"`;
16
24
17
25
exports[`Link > renders with raw correctly 1`] =`"<buttontype="button"class=""></button>"`;
0 commit comments