Mix.Project.umbrella?/0 returns false inside an umbrella app

When writing a test I noticed that Mix.Project.umbrella?() returns false even though we are inside an umbrella app. Is there a way around this? Or perhaps some other way to run the tests where it would return true instead?

1 Like