Assume we have 2 async modules in a file module.js which I test them in module.test.js. I’ve imported them as:
module.js
module.test.js
import { fn1, fn2 } f