Open bobo-k2 opened 2 years ago
I am using jest , vue3 , typescript and inversify-props, jest is for unit testing, while using,
import {container} from "inversify-props"
container.get
Also I tried to use containerBuilder() but that is no exists in inversify-props but given in documentation to use for testing.
This repo is really old and I cannot continue updating without help, I'm sorry. To be compatible with jest this will need help from a PR
I am wondering if there is a way to use Jest for mocking dependencies instead write custom mock classes and use
mockSingleton
ormockTransient
?