| 209 | } |
| 210 | |
| 211 | export interface valueTest { |
| 212 | expression: string; |
| 213 | expectedValue: number; |
| 214 | }; |
| 215 | |
| 216 | export function testSingleExpressionByList(list: valueTest[]){ |
| 217 | list.forEach((list_item,index) =>{ |
nothing calls this directly
no outgoing calls
no test coverage detected