json-rules-engine icon indicating copy to clipboard operation
json-rules-engine copied to clipboard

Make Rule.conditions readonly (fixes #419)

Open emilefokkemanavara opened this issue 9 months ago • 0 comments

This

  • changes a test to use the correct setter method to change a Rule's conditions
  • adds a test that shows that Rule.conditions is not the right setter
  • marks Rule.conditions as readonly in the types

Fixes #419

emilefokkemanavara avatar May 29 '25 20:05 emilefokkemanavara