Closed dragosrotaru closed 3 years ago
Hey! I'll look into this. It's possible that if I allow the config to be .ts
then this will work, as under the hood I'm just using require
to resolve the config file. I guess if ts-jest
is transpiling anything from require
this may work.
I've created a PR for this, would be great if you could give it a once over and then I'll publish and you can have a test?
@DragosRotaru looking for any feedback here. Is this what you are looking for?
@freshollie Thanks Ollie! I left 2 comments
This has been published under v3.4.0
Hi, I would like to use the mock data functions I have in my typescript codebase for the dynalite config. Is there any way to do this?