MCPcopy Create free account
hub / github.com/auth0/auth0-cli / TestDetectProject_NoDetection

Function TestDetectProject_NoDetection

internal/cli/quickstart_detect_test.go:85–91  ·  view source on GitHub ↗

-- DetectProject - no signal --.

(t *testing.T)

Source from the content-addressed store, hash-verified

83// -- DetectProject - no signal --.
84
85func TestDetectProject_NoDetection(t *testing.T) {
86 dir := t.TempDir()
87 got := DetectProject(dir)
88 assert.False(t, got.Detected)
89 assert.Empty(t, got.Framework)
90 assert.Empty(t, got.Type)
91}
92
93// -- DetectProject - SPA --.
94

Callers

nothing calls this directly

Calls 1

DetectProjectFunction · 0.85

Tested by

no test coverage detected