# README
Test by package
this will run all tests in the package
go test ./test/rpc/... -v
Run sequentially: Use this for now
go test -p 1 ./test/... -v
Run parallel:
gotestsum --format=short-verbose ./test/...
gotestsum --format=short-verbose ./test/rpc/...
gotestsum --format=short-verbose ./client/e2ee/store/...
# Functions
Helper function for registering and logging in a user.
Helper function for waiting for the welcome message.
# Structs
No description provided by the author