()
| 44 | |
| 45 | let project = { |
| 46 | configPath() { |
| 47 | return `${input.path()}/the-best-app-ever/config/environment`; |
| 48 | }, |
| 49 | |
| 50 | config() { |
| 51 | return { a: 1 }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…