@jzaefferer I would like to take care on this pr of the tests runtime. In the ref data file the runtime is 0, Mocha runs them in 0 milliseconds, but it can happen that it will run them in 1 milliseconds (I think that it cannot take more than this, because there are simple tests, some of them also void). As a solution, I think to write one test that checks that all test's run times are in the range 0 - 1 milliseconds, and then put all run times on 0 for the deep equal check.
@jzaefferer I would like to take care on this pr of the
tests runtime
. In the ref data file the runtime is 0, Mocha runs them in 0 milliseconds, but it can happen that it will run them in 1 milliseconds (I think that it cannot take more than this, because there are simple tests, some of them also void). As a solution, I think to write one test that checks that alltest's run times
are in the range0 - 1 milliseconds
, and then put all run times on 0 for the deep equal check.