Skip to content

refactor(factories): Refactor test factories with rosie.js

Hannes Heine requested to merge pr2921head into pr2921base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

fix #2942 (closed)

we can do it

When I wrote the factories the first time it was a pain to add optional arguments and/or other factories. Rosie, https://github.com/rosiejs/rosie, has a smarter way of adding optional parameters.

This is something I need for our refactoring of images.

Merge request reports