I would say ```rootContext<ContextExecutor> ...
# minutest
d
I would say
Copy code
rootContext<ContextExecutor> {
  context("Happy Path") {
    given { complicated setup }
    tests...
  }
  context("Errors) {
    given { different setup }
    tests...
  }
}
where if complicated setup and different setup share code you can just call functions