Would be cool to
unit test: have a way to unit test specific tasks and mock other other tasks (that are used within the tested task)
e2e test: have a way to spin up a instance for e2e tests locally (programmatically for jest/bun testing) and tear it down after tests ran
