Skip to content

Empty task if 0 tasks exist, create tasks in dev data

Sivert Olstad requested to merge expect-no-tasks into main

We didn't account for the possibility of there being 0 tasks existing in !496 (merged). This PR solves the issue by returning an empty string in that case. The PR also adds some example tasks into the dev data.

Merge request reports