Goal
Add a focused Node test for detectFramework when a directory has no recognized Laravel, Next.js, or React markers.
Acceptance criteria
- Use a temporary fixture directory like the existing detector tests.
- Assert the returned type is
static and root is the input directory.
npm run check --prefix client passes.
Goal
Add a focused Node test for
detectFrameworkwhen a directory has no recognized Laravel, Next.js, or React markers.Acceptance criteria
staticand root is the input directory.npm run check --prefix clientpasses.