MCPcopy Create free account
hub / github.com/nhost/nhost / configWithConstellation

Function configWithConstellation

cli/dockercompose/graphql_test.go:125–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func configWithConstellation() *model.ConfigConfig {
126 cfg := getConfig()
127 cfg.Experimental = &model.ConfigExperimental{
128 Constellation: &model.ConfigConstellation{
129 Version: new("0.0.1"),
130 Settings: nil,
131 },
132 }
133
134 return cfg
135}
136
137func TestGraphql(t *testing.T) {
138 t.Parallel()

Callers

nothing calls this directly

Calls 1

getConfigFunction · 0.70

Tested by

no test coverage detected