We are moving all the p0tion coordinator infrastructure to a single server application (API). This new API was built using NestJS and we are missing unit tests.
Details
Write unit tests for each route (endpoint) in the different modules (auth, ceremonies, circuits, participants, storage and users). Remember to check the following:
There is some data (circuits, zkeys, etc) that could be used from @actions or duplicate it into /api
The functions should finalize correctly in normal scenarios
Some unit tests might require concurrent requests to check everything works as expected
Motivation
We are moving all the p0tion coordinator infrastructure to a single server application (API). This new API was built using NestJS and we are missing unit tests.
Details
Write unit tests for each route (endpoint) in the different modules (auth, ceremonies, circuits, participants, storage and users). Remember to check the following:
@actions
or duplicate it into/api
Tutorial to setup the API Coordinator application