Testing with jest

Hello communuity,

I’m working on a website with Wix-CLI.
I’ve installed the jest npm package and I wrote some tests according to the instructions provided by the package.

Which specific steps are necessary in order to run those tests in my wix-repository?

I’m referring especially to the problem of running test modules that require the usage of wix-modules like wix-data. How can I make those tests find this module?