(one, two, three)
| 30 | instanceTestTwo = instance |
| 31 | }, |
| 32 | async three(one, two, three) { |
| 33 | argsToPass = [ one, two, three ] |
| 34 | return Promise.resolve('wooo') |
| 35 | }, |
| 36 | four: async (one, two, three) => { |
| 37 | return Promise.resolve('hooray') |
| 38 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected