Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate switching from mocha to jest #42

Open
igorshapiro opened this issue Mar 23, 2017 · 1 comment
Open

Evaluate switching from mocha to jest #42

igorshapiro opened this issue Mar 23, 2017 · 1 comment

Comments

@igorshapiro
Copy link
Contributor

igorshapiro commented Mar 23, 2017

https://github.com/facebook/jest.

It seems however that jest does not support programmatic launch like mocha. It means we'll probably need to run it in a separate process, which will require test bootstrap refactoring

@rudovjan
Copy link
Contributor

rudovjan commented Oct 14, 2017

Took a look probably not worthy unless bigger change how we do DI and with bunch of refactoring.

jestjs/jest#2147 + others

Jest is not providing anything better than mocha. And mocha with globals (what Quadro is doing now) is actually almost same approach as jest.

Nothing prevents to add other tools what Jest is providing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants