| 3 | import { Ayanami, Reducer, getAllActionsForTest, ActionMethodOfAyanami } from '../../src' |
| 4 | |
| 5 | interface TipsState { |
| 6 | tips: string |
| 7 | } |
| 8 | |
| 9 | @Injectable() |
| 10 | class Tips extends Ayanami<TipsState> { |
nothing calls this directly
no outgoing calls
no test coverage detected