We have tried to introduce unit testing front end logic on a recent project and the value of the tests are being questioned.
We were not code reviewing the tests so the quality of them is poor, developers copied poor tests creating more poor tests and so we have a lot of crap tests.
I still believe there is value in testing the presenters (we use MVP) but getting people on board with this is more difficult than I originally thought.
How can I get people into thinking front end tests are valuable and has anyone got any good resources to point me to, to back me up with this?
Thanks...