Assert that routes exist in the router.
void expectRoutesExist(List<String> routes) { expect( Nylo.containsRoutes(routes), isTrue, reason: 'Expected routes $routes to exist', ); }