I think we are using like 3 different testing frameworks and would like to move to use the same one for all projects? I believe the team agreed with choosing jest a good base (and is possible since we have dropped node 0.10/0.12 in 7.0).
Not sure how difficult this is but shouldn't be too bad and we can help.
I think we are using like 3 different testing frameworks and would like to move to use the same one for all projects? I believe the team agreed with choosing jest a good base (and is possible since we have dropped node 0.10/0.12 in 7.0).
Not sure how difficult this is but shouldn't be too bad and we can help.
git checkout 7.0and then make a branch off of that to PRmake test-onlyorTEST_GREP=transformation make testfor a subset