Skip to content

test: configure jest on server and client; fix a bad import

Ben Whitmore requested to merge unit-tests-fix-20240327 into main

This allows tests to be run with yarn jest from packages/client/ and packages/server/ folders. Some server tests are still failing (tests which involve database or networking interactions), and these still need to be fixed or removed.

Merge request reports