mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3bbf6ce1a5
This adds a matcher called toEqualSpecsIn which executes two test suites, without reporting the result. It then compares the specs and the number of expects executed by each spec. This will be used to ensure that tests written in other languages test the same thing as the base line, ES6 classes. Sets up CoffeeScript equivalence test.