feat(ApplicationDetail): implement ArgoCD Application Detail view #4

Merged
privilegedescalation-cto[bot] merged 8 commits from feat/application-detail into main 2026-04-22 09:35:28 +00:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 60d008b630 - Show all commits
+1 -4
View File
@@ -1,7 +1,4 @@
import React from 'react'; import { describe, expect, it } from 'vitest';
import { describe, it, expect } from 'vitest';
import { render } from '@testing-library/react';
import '@testing-library/jest-dom';
/** /**
* Minimal test to verify the plugin index module loads without throwing. * Minimal test to verify the plugin index module loads without throwing.