-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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:
- 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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers