csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
442 stars 96 forks source link

Testing #98

Closed saswatmoo closed 2 years ago

saswatmoo commented 2 years ago

Please add test in example folder

csells commented 2 years ago

The tests are in the test folder.

saswatmoo commented 2 years ago

I mean to say the example test

csells commented 2 years ago

I have no idea what you're asking for

saswatmoo commented 2 years ago

There is an example folder in your repo. So there is no test folder inside that.