Closed victorperin closed 4 years ago
Node 12 is now supported, but only 256 kata have it enabled at the moment.
I'm planning to write some script to automatically migrate incompatible tests sometime soon and that should increase the number significantly.
In the meantime, kata can be manually upgraded by one of the following two ways:
chai
instead of the functions from the deprecated custom framework (preferred)const Test = require("@codewars/test-compat");
that provides aliases (easier)
Please complete the following information: