perennialAutodidact / memory-snap

0 stars 0 forks source link

43 setup sockets #80

Closed perennialAutodidact closed 1 year ago

perennialAutodidact commented 1 year ago

## Description of changes

Test steps

There aren't really any test steps.

All the socket stuff was added in order to get the single test in packages/backend/controllers/socketio/index.test.js to work.

The absolute imports could be tested if you go into backend/app.js, type import {} from '__' and verify that intellisense suggests the __mocks__ and __test__ directories.