-
Hi @rickstaa, @qwerty541, I was having a doubt that how should the test be added? Like for this PR - card width of gist card, how should I add the tests for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@yaten2302, thanks for contributing to GRS 🎉. The tests of the gist card are found in the tests/renderGistCard.test.js file. We use jest as our testing provider. You can check out the CONTRIBUTING.md to see how to run and debug tests. For your specific use case since the github-readme-stats/tests/renderStatsCard.test.js Lines 78 to 122 in b0bb994 |
Beta Was this translation helpful? Give feedback.
Thats correct. You might, however, need to change the width values to make them pass.