Comment on Reducing complexity by integrating through the databaseparentComments−robsutter4ySure - here's an example using Jest to test the logic in UDFs: https://github.com/fauna-labs/fql-utilities/blob/main/tests/...You can use Jest's before[All] and after[All] to do any required setup and teardown per usual.For Fauna, UDFs and stored procedures are synonymous.
Comments
Sure - here's an example using Jest to test the logic in UDFs: https://github.com/fauna-labs/fql-utilities/blob/main/tests/...
You can use Jest's before[All] and after[All] to do any required setup and teardown per usual.
For Fauna, UDFs and stored procedures are synonymous.