As it stands jest is not working with import paths of the form `import x from "src/whatever"` as opposed to `import x from "../whatever".
As it stands jest is not working with import paths of the form
import x from "src/whatever"as opposed to `import x from "../whatever".