matrix-public-archive/server
Eric Eastwood 9fc71a3412
Remove `matrix-bot-sdk` usage in tests (#15)
Remove `matrix-bot-sdk` usage in tests because it didn't have timestamp massaging `?ts` and it's not really necessary to rely on since we can just call the API directly 🤷. `matrix-bot-sdk` is also very annoying having to build rust crypto packages.

We're now using direct `fetch` requests against the Matrix API and lightweight `client` object.

All 3 current tests pass 
2022-06-09 20:44:57 -05:00
..
lib Remove `matrix-bot-sdk` usage in tests (#15) 2022-06-09 20:44:57 -05:00
routes Use new Hydrogen light-theme asset directly instead of legacy style.css (#13) 2022-06-07 20:21:56 -05:00
fetch-events-in-range.js Remove `matrix-bot-sdk` usage in tests (#15) 2022-06-09 20:44:57 -05:00
fetch-room-data.js E2E test but still failing because fetching from start of day before test events happened 2022-02-23 21:25:05 -06:00
render-hydrogen-to-string.js E2E test but still failing because fetching from start of day before test events happened 2022-02-23 21:25:05 -06:00
server.js E2E test but still failing because fetching from start of day before test events happened 2022-02-23 21:25:05 -06:00
start-dev.js Organize file and add more nodemon logging (#14) 2022-06-07 20:27:22 -05:00