Unit testing ProseMirror?

Any plant to implement a full blown unit testing for ProseMirror? It will be really nice to have detailed unit tests for all possible html editing cases, so bugs in different browsers can be quickly isolated.

Maybe implementing Karma https://strongloop.com/strongblog/karma-test-client-side-javascript/

Other editors like TinyMCE and CKEditor already have full unit tests included: https://github.com/tinymce/tinymce/tree/master/tests

What do you feel is missing from the existing tests?

AH sorry - found them! Was looking at the wrong place. Will let you know if I miss something - although your tests look pretty extensive :slight_smile: thanks for the great work!