unicode fix for getGuessStatuses + a few unit tests
Some unit tests around unicode handling. #250 should go in first.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/cwackerfuss/react-wordle/Ee3UZZai5Aqb6xNpTEwLTedUBDFG
✅ Preview: https://react-wordle-git-fork-jleverenz-up-unicode-test-cwackerfuss.vercel.app
Rebased now that #250 is in. This PR also contains a bugfix for getGuessStatuses unicode support.
Oh, wow, thanks for creating these tests! I've been struggling to come up with a well maintanable way to test the cases (I have little experience with react so far), now I can build upon your code.