|
|
|
|
|
by jeffmo
4422 days ago
|
|
(Hi, I'm the fb eng who wrote Jest) Yea, I'd really like to add support for other testing frameworks as well. Right now we use jasmine internally, so I was pretty focused on getting it running with that. However, it is (quite intentionally) built such that the 'jasmine' parts are pretty isolated similar to a plug-in; So it should be possible to build plug-ins for other frameworks as well (like Mocha, QUnit, etc) in the future. |
|