Tests are, for the most part, definitive - however they could use a cleanup and a better structure (IE; separating testing of behaviors on each element type.)
Additionally; linting will fail due to excessive characters on single lines (80+).
Suite was also originally using Mocha, which is resulting in lots of 'undefined dependencies' which are inherited by the way Jest runs.
Tests are, for the most part, definitive - however they could use a cleanup and a better structure (IE; separating testing of behaviors on each element type.)
Additionally; linting will fail due to excessive characters on single lines (80+).
Suite was also originally using Mocha, which is resulting in lots of 'undefined dependencies' which are inherited by the way Jest runs.