| 67 | var explicitActions = alt.createActions<ExplicitActionsClass>(ExplicitActionsClass); |
| 68 | |
| 69 | interface AltTestState { |
| 70 | hello:string; |
| 71 | } |
| 72 | |
| 73 | var testSource:AltJS.Source = { |
| 74 | fakeLoad():AltJS.SourceModel<string> { |
nothing calls this directly
no outgoing calls
no test coverage detected