eruptionjs/core

check msw workflow with vitest/testing-lib

devmozao opened this issue · 1 comments

from release v1.7: check msw workflow with vitest/testing-lib

context: when we first implemented msw, we saw an opportunity to make back/front contract model and test scenarios better with msw, but we didn't quite had a hand to implement on real life environment at work (it happens, unfortunatelly). So now, we need to revisit it and see if it still makes sense of it. They've release a v2 of msw, and we didn't even had a chance to see those changes and see how our worflow would benefit from that.

so that's the room to improve.