majestic icon indicating copy to clipboard operation
majestic copied to clipboard

⚡ Zero config GUI for Jest

Results 51 majestic issues
Sort by recently updated
recently updated
newest added

## Is this a bug report or a feature request? I think this qualifies as a bug. When using Jest's test.each(), Majestic appears to acknowledge the tests exist, but the...

I only see the following on starting majestic `ÿ` Majestic v1.8.1 is running at http://localhost:4000 ``` System: OS: Windows 10 10.0.19042 CPU: (16) x64 Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz...

## Is this a bug report or a feature request? Bug ## Version Info - Version of Majestic: 1.8.1 - Version of Jest: 6.14.12 - Version of Node: 12.22.1 -...

When parsing test files that use numeric separators, for intance: `const numberWithSeparators = 3_600_000;` The babel parser throws an error `Identifier directly after number`. In my case, this resulted in...

## Is this a bug report or a feature request? feature request ## Version Info - Version of Majestic: latest - Version of Jest: 25 - Version of Node: -...

## Is this a bug report or a feature request? Bug Report ## Version Info - Version of Majestic: v1.7.0 - Version of Jest: v24.9.1 - Version of Node: v14.0.0...

## Is this a bug report or a feature request? a feature request Please specify whether this is a feature request or a bug. feature request: it would be wonderful...

Just wanted to say, THANKS 🙏 ![giphy](https://user-images.githubusercontent.com/5973579/112732672-92271300-8ef8-11eb-9c92-211e78e2f221.gif)

### Bug - Version of Majestic: v1.8.0 - Version of Jest: 26.0.20 - Version of Node: v15.12.0 - Operating System: Windows 10 Pro 20H2 ### Reproduction: Test evaluated inside arrow...

This allows listening on `0.0.0.0` from within a container. This is useful when trying to use `docker-compose` to bring up a full set of servers for development. (Apps listening on...