This PR addresses #57 and modifies the newTestSetup helper to use modulestest.NewRuntime under the hood. This simplifies the test setup greatly, and delegates parts of the runtime setup to the core module.
⚠️ we should merge this after #58 to benefit from the linter issues fix ⚠️
This PR addresses #57 and modifies the
newTestSetup
helper to usemodulestest.NewRuntime
under the hood. This simplifies the test setup greatly, and delegates parts of the runtime setup to the core module.⚠️ we should merge this after #58 to benefit from the linter issues fix ⚠️