No test tree
See original GitHub issueIs this a bug report or a feature request?
Please specify whether this is a feature request 🎁 or a bug 🐛.
Version Info
- Version of Majestic: 0.2.0
- Version of Jest: “jest”: “^22.2.2”
- Version of Node: 8.9.4
- Operating System: Windows 10
Reproduction Repo
Here is my jest configuration "jest": { "verbose": true, "collectCoverage": true, "coverageReporters": ["html"] }
My jest config is really minimal, so my tests are able to run, however I get nothing in the sidebar for all my tests, and when I click show failures nothing happens. My tests are in a directory formatted like this tests/{components}/{componentname}.tests.js.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Tree diagrams and conditional probability - Khan Academy
If a patient does not have the disease, the test should return a "negative" result. No test is perfect though.
Read more >Lesson Explainer: Conditional Probability: Tree Diagrams
In this explainer, we will learn how to use tree diagrams to calculate ... no drugs and drugs, for the test results, which...
Read more >What is Tree Testing
Tree Testing is a UX research method used to find out if all the information on your website is easy to find and...
Read more >Tree Testing: Fast, Iterative Evaluation of Menu Labels and ...
Definition: A tree test evaluates a hierarchical category structure, or tree, by having users find the locations in the tree where specific ...
Read more >Tree Testing 101 - Comprehensive Guide - Optimal Workshop
Our comprehensive tree testing 101 explains everything you need to know in order to set up and run a tree test using Treejack....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is fixed in v1.1.0. Feel free to open issues if you feel like there are potential improvements or features that would make a difference to your testing workflow 👍 Closing this for now.
@Raathigesh Cmd+B did the trick… I think there might be a need for UI element to trigger the tree… Also if the tree is not present and you run the tests, the screen stays empty, which maybe is a bit counter-intuitive… Other than that, great work 👍