grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 4 forks source link

Make newTestSetup rely on modulestest #59

Closed oleiade closed 9 months ago

oleiade commented 9 months ago

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 ⚠️