lbl-srg / ctrl-flow-dev

ctrl-flow development
Other
0 stars 0 forks source link

remove resolving enable on backend #293

Closed akapoor66 closed 1 year ago

akapoor66 commented 1 year ago

Description

This PR removes resolving enable expression on the backend. Before we were resolving 'none' expressions which caused an issue with enable on the frontend.

Testing

Backend and Frontend tests are working. You can run frontend tests by running npx jest in the client folder.