Feature request: Support mocha
See original GitHub issueIt would be great to have an option to use mocha
and chai
(and sinon
) instead of using jasmine
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:16
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Mocha - the fun, simple, flexible JavaScript test framework
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, ... Become a backer and support Mocha with a...
Read more >Feature request - UI scaling - Mocha Pro - Boris FX Forum
When working in Mocha, especially on smaller screens (1080p) I often find myself closing and opening panels to gain more work space. The...
Read more >How to Request a New Feature - TiVo
Support Home / How to Request a New Feature ... Feature suggestions from customers like you are important to us as we develop...
Read more >Getting Started with Node.js and Mocha - Semaphore Tutorial
Mocha is a simple, extensible and fast testing library for Node.js. This article will walk you through its installation, configuration and usage.
Read more >Unit test reports - GitLab Docs
Create an issue if there's something you don't like about this feature. Propose functionality by submitting a feature request. Join First Look to...
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
I would appreciate seeing mocha used instead of jasmine. I have more tools that integrate with mocha over jasmine and the .only / .skip, in my opinion, is much nicer to read than fdescribe and xdescribe. Jasmine also has had some pretty strange crashes just because a test would fail. It’d be nice to tell me the test failed instead of crashing the entire suite, letting chrome hang, and never printing out the real error. What happened? The setup in the before/beforeEach failed. Kinda stupid.
Jasmine is horrific. Anything that exposes a property named ‘and’ needs to be shot and incinerated.