PolicyStat / ckeditor-spell-check-plugin-js-dev-edge

User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0 stars 0 forks source link

Hook spellcheck flow up to CKEditor events #4

Closed caffodian closed 8 years ago

caffodian commented 8 years ago

Events will let us better write tests that test the spellcheck end to end. For example we'll be able to mock HTTP properly to have certain words be typos, or cause certain steps to fail, make sure certain words were passed along, etc.