QuiiBz / next-international

Type-safe internationalization (i18n) for Next.js
https://next-international.vercel.app
MIT License
1.25k stars 59 forks source link

Add more unit tests #263

Open QuiiBz opened 10 months ago

QuiiBz commented 10 months ago

We currently have some basic unit tests (https://github.com/QuiiBz/next-international/tree/main/packages/next-international/__tests__), but they only cover the Pages Router and are very basic.

We should add more tests to target both the Pages & App Router, and cover the new features that were released recently.