Opps, Something went wrong. Check the terminal for exact error message!
Author: alexgorbatchevCreated May 7, 2019Updated Jul 31, 2023
Labels🦄 Need more info
Is this a bug report or a feature request?
Bug
Version Info
- Version of Majestic: 1.4.1
- Version of Jest: 24.7.1
- Version of Node: 10.13.0
- Operating System: OSX
Reproduction Repo
Run npx majestic in a folder where yarn jest works fine and has jest.config.js, then I just see this:

There's no error message in the terminal and one error in dev console. My jest.config.js looks like this and the project is a yarn monorepo.
module.exports = require('common-module/jest')(`${__dirname}/packages`);Source: Raathigesh/majestic