-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
THE REFACTOR #18
Comments
Ok, this is way important than I thought after working on #36! We need smoother tests. And agile ones.
|
Should be dealt with after the beta milestone! |
@Aslemammad We are using msw for mocking api call's. Do you have a plan where what and why needed to be tested first? I'm happy to help with some contribution! |
Thank you so much, for sure! we'd be happy to have you. What we want to achieve is potentially remove the @AriPerkkio shared few thoughts with me a while ago, I'd like to see his direction too. |
@Aslemammad, I'll create a pull request this week, and we can have a discussion based on some code :) |
Here's the Github API mock I've used with MSW:
The second one is a Github action that does PR comments as well. |
Thank you all, I'm really excited. |
@Aslemammad is it still an issue? I couldn't find a related PR. I'd like to work on it. |
For sure, feel free to send your explorations in a PR! |
For now, all the tests are e2e and they send real requests and real data.
That's why we have so many comments in stackblitz-labs/temporary-test#1
It's better to someway mock those requests and achieve faster tests.
The text was updated successfully, but these errors were encountered: