The plugin commits if one set of compound tests pass. It would make more sense to commit only after they both pass. I'm trying to run unit tests along with e2e protractor tests on a react application. I find it's the most efficient way of doing TDD using Test && commit methodologies on react.
The plugin commits if one set of compound tests pass. It would make more sense to commit only after they both pass. I'm trying to run unit tests along with e2e protractor tests on a react application. I find it's the most efficient way of doing TDD using Test && commit methodologies on react.