MCPcopy
hub / github.com/CacheControl/json-rules-engine / baseConditions

Function baseConditions

test/engine-fact.test.js:57–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(() => {

Callers 2

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…