Inversify @provide(Service) Error Cannot access ‘Service’ before initialization when in Test
I’m currently build an app with IOC using inversify
and inversify-binding-decorators
, but when I create a test for the service that using @provide(Service)
it got error Cannot access 'Service' before initialization