OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
8 stars 12 forks source link

compiler: add test for lazy state with logical not #710

Closed josephjclark closed 4 weeks ago

josephjclark commented 4 weeks ago

Add a test with logical not and lazy state. This proves it works.

Also runs the formatter on the test file.

Closes #708