feat: scaffold headlamp-argocd-plugin with standard plugin structure #1

Merged
privilegedescalation-engineer[bot] merged 8 commits from feat/scaffold into main 2026-04-22 13:41:13 +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.