|
|
|
|
|
by lynndylanhurley
3864 days ago
|
|
The react test utils work in combination with jsdom. For example, TestUtils.renderIntoDocument will use jsdom as the document. There is a facebook-sponsored test framework called "jest" that is more akin to mocha or jasmine, but of those three frameworks it is the worst in my opinion. It's absurdly slow, poorly supported, and it mocks all imported/required modules by default which causes me more problems than it solves. |
|