()
| 55 | } |
| 56 | } |
| 57 | function baseConditions () { |
| 58 | return { |
| 59 | any: [{ |
| 60 | fact: 'eligibilityField', |
| 61 | operator: 'lessThan', |
| 62 | params: { |
| 63 | eligibilityId: 1, |
| 64 | field: 'age' |
| 65 | }, |
| 66 | value: 50 |
| 67 | }] |
| 68 | } |
| 69 | } |
| 70 | let successSpy |
| 71 | let failureSpy |
| 72 | beforeEach(() => { |
no outgoing calls
no test coverage detected
searching dependent graphs…