DS Functional tests are failing
Right now they are not executed, but when you run them, they will fail.
- We're missing an import in a file (in extension code).
- ts-mokito fails with anonymous methods (
=>, could be something to do with inheritance not working).
We should run tests even if they are failing, this helps us catch bugs such as above.
DS Functional tests are failing
Right now they are not executed, but when you run them, they will fail.
=>, could be something to do with inheritance not working).We should run tests even if they are failing, this helps us catch bugs such as above.