()
| 9 | defaultOperators.forEach(o => operators.set(o.name, o)) |
| 10 | |
| 11 | function condition () { |
| 12 | return { |
| 13 | all: [{ |
| 14 | id: '6ed20017-375f-40c9-a1d2-6d7e0f4733c5', |
| 15 | name: 'team participation in form', |
| 16 | fact: 'team_participation', |
| 17 | operator: 'equal', |
| 18 | value: 50, |
| 19 | path: '.metrics[0].forum-posts' |
| 20 | }] |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | describe('Condition', () => { |
| 25 | describe('constructor', () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…