mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
test: update
This commit is contained in:
13
test/components/__snapshots__/Link.spec.ts.snap
Normal file
13
test/components/__snapshots__/Link.spec.ts.snap
Normal file
@@ -0,0 +1,13 @@
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`Link > renders with activeClass correctly 1`] = `"<a href="/" class="text-sm"></a>"`;
|
||||
|
||||
exports[`Link > renders with as correctly 1`] = `"<div type="button" disabled="false"></div>"`;
|
||||
|
||||
exports[`Link > renders with disabled correctly 1`] = `"<button type="button" disabled=""></button>"`;
|
||||
|
||||
exports[`Link > renders with inactiveClass correctly 1`] = `"<a href="/" class="text-gray-300"></a>"`;
|
||||
|
||||
exports[`Link > renders with to correctly 1`] = `"<a href="/"></a>"`;
|
||||
|
||||
exports[`Link > renders with type correctly 1`] = `"<button type="submit"></button>"`;
|
||||
Reference in New Issue
Block a user