b310-digital / teammapper

Mindmapping made simple: Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate on mindmaps.
https://teammapper.org
MIT License
202 stars 16 forks source link

Expand maps.controller.spec.ts #287

Closed sorenjohanson closed 2 weeks ago

sorenjohanson commented 2 weeks ago

Proposed feature

284 adds a new maps.controller.spec.ts test suite. However, it currently only tests the new method added by the issue, which is duplicate(). It should be expanded to test the findOne(), delete() and create() methods as well.