workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

🔬 Testing: Mock Service Workers abstractions

Open JacobMGEvans opened this issue 3 years ago • 0 comments

Create abstractions/helpers for Mock Service Workers, ideally simplifying and standardizing the implementation of MSW in testing throughout the tests, i.e. Some small helpers (e.g. ctx.ok for JSON ok responses and ctx.error for JSON error responses).

JacobMGEvans avatar Sep 16 '22 17:09 JacobMGEvans