Retrofitting a Jest setup in a minimal generated expo app

Hello,
I’m having a heck of a time trying to figure out the necessary steps to configure a project that was originally generated via expo cli as a minimal application that does not provide the base setup for the jest test harness.
I’ve attempted to mimic the setup that is generated when a tabs based project is created, but can’t seem to get the types that are required by the jest processor (describe, it, test, etc) to resolve properly.
Any help on doing this would be greatly appreciated.