digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: test re-loading manager with the same data #581

Closed EvanHahn closed 2 months ago

EvanHahn commented 2 months ago

This test-only change creates a project. Then, it makes a new manager with the same files and asserts that the project is still there.

Because the only way to close a manager is to close the Node process, this test adds a bunch of scaffolding to do that.