This is is useful for testing: ```ts const app = createTestApp() const usersProvider = app.ioc.get(UsersProvider) ``` Require to decorate the fastify instance returned by createApp, and to type it.
This is is useful for testing:
Require to decorate the fastify instance returned by createApp, and to type it.