Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Majestic is a GUI for Jest
Majestic supports Jest 20 and above
Run majestic via npx
in a project directory
cd ./my-jest-project # go into a project with Jest
npx majestic # execute majestic
or install Majestic globally via Yarn and run majestic
yarn global add majestic # install majestic globally
cd ./my-jest-project # go into a project with Jest
majestic # execute majestic
or install Majestic globally via Npm and run majestic
npm install majestic -g # install majestic globally
cd ./my-jest-project # go into a project with Jest
majestic # execute majestic
Running with the --app
flag will launch Majestic as a chrome app.
You can configure Majestic by adding majestic
key to package.json
.
// package.json
{
"majestic": {
// if majestic fails to find the Jest package, you can provide it here. Should be relative to the package.json
"jestScriptPath": "../node_modules/jest/bin/jest.js",
// if you want to pass additional arguments to Jest, do it here
"args": ['--config=./path/to/config/file/jest.config.js'],
// environment variables to pass to the process
"env": {
"CI": "true"
}
}
}
{
"majestic": {
"jestScriptPath": "../node_modules/jest/bin/jest.js",
"configs": {
"config1": {
"args": [],
"env": {}
},
"config2": {
"args": [],
"env": {}
}
}
}
}
--config
- Will use this config from the list supplied in optional configuration.
--debug
- Will output extra debug info to console. Helps with debugging.
--noOpen
- Will prevent from automatically opening the UI url in the browser.
--port
- Will use this port if available, else Majestic will pick another free port.
--version
- Will print the version of Majestic and will exit.
Have a look at some of the common workarounds.
Have a look at the contribution guide.
MIT
Thanks goes to these wonderful people (emoji key):
Duncan Beevers 💻 | Max Bridgland 📖 | Yuraima Estevez 💻 | Jake Crosby 💻 | Gavin Henderson 💻 | briwa 💻 | Luan Ferreira 💻 |
Tushar Gupta 💻 | Agusti Fernandez 💻 🤔 | Moos 🐛 💻 📖 | MacZel 💻 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Run majestic via `npx` in a project directory
The npm package majestic receives a total of 11,992 weekly downloads. As such, majestic popularity was classified as popular.
We found that majestic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.