this is the long awaited for virtual-dom feature
all access to dom elements is now abstracted behind a jquery compatible interface
this pull request also moves element testers into a property _elementTesters that can be extended at runtime
it also sports full compatability with firefox and chrome and improved checkbox handling which should solve #15 and #7
and of course you can run the whole suite using just mocha which will run all the tests against the virtual dom. karma start will run the tests against both virtual-dom and the real dom.
this is the long awaited for virtual-dom feature all access to dom elements is now abstracted behind a jquery compatible interface this pull request also moves element testers into a property
_elementTesters
that can be extended at runtime it also sports full compatability with firefox and chrome and improved checkbox handling which should solve #15 and #7 and of course you can run the whole suite using justmocha
which will run all the tests against the virtual dom.karma start
will run the tests against both virtual-dom and the real dom.