The-CodingSloth / haha-funny-leetcode-extension

MIT License
396 stars 75 forks source link

fix: update README for mac setup #22

Open slav-getov opened 10 months ago

slav-getov commented 10 months ago

Hey there @The-CodingSloth. Awesome project.

Had some issues running everything on Mac M1 so I decided to update the documentation in case anyone else encounters this issue.

Have a look at the README.md and judge for yourself.

slav-getov commented 10 months ago

Haha so the extensions runs but now jest and testing does not run. Will research further. There appears to be no jest config in the package.json. Any additional configs you did on your end?

The-CodingSloth commented 10 months ago

hmmm that's weird, I don't think I have any additional configs. I simply run the jest command or npm run test script in the terminal and it works, let me know if you find anything else that's weird and I can check it out. Is this pull request good right now or do you want to check some things before I merge?

slav-getov commented 10 months ago

Sorry for the delay. Expanded it a bit so that the tests run. It's completed now.