## Description
Fires up a mongo replica set in docker and runs the OpenHIM tests against the replica set

### Start
```
npm run test:replica:set
```

### Clean up
```
npm run test:replica:set:cleanup
```
