@thisismissem@hachyderm.io
Have been working on a few things for @hollo today, one of the public things is setting up testing for the codebase: https://github.com/fedify-dev/hollo/pull/114
There's still some work to do, but it's a start.
github.com
Feat: setup testing infrastructure by ThisIsMissEm · Pull Request #114 · fedify-dev/hollo
This changes src/index.tsx to not directly start the application, but instead to just create it, such that it can be required in different scenarios. The entrypoint bin/server.ts is now used instea...