()
| 84 | }; |
| 85 | let project = { |
| 86 | configPath() { |
| 87 | return `${input.path()}/the-best-app-ever/config/environment`; |
| 88 | }, |
| 89 | |
| 90 | config() { |
| 91 | return { a: 1 }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…