seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
926 stars 163 forks source link

How to Unit test migration functions #391

Closed rowlandekemezie closed 1 year ago

rowlandekemezie commented 3 years ago

We're currently adopting migrate-mongo as our migration tool, but we have concerns about data loss, especially with the down function. Is there a standard or known way to write unit tests for the migration functions(up & down)?

seppevs commented 1 year ago

Some ideas:

I'm closing this, as it is not an issue IMHO.