test: move component tests to __tests__ directory

This commit is contained in:
Ashwin Bhat
2024-12-20 15:20:54 -08:00
parent 1797fbfba8
commit 1ab1aba528
12 changed files with 1654 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ const RootsTab = ({
variant="destructive"
size="sm"
onClick={() => removeRoot(index)}
aria-label="Remove root"
>
<Minus className="h-4 w-4" />
</Button>