Opened 11 years ago
Last modified 11 years ago
#13007 confirmed New Feature
Integrate ckeditor tests with sinon — at Initial Version
| Reported by: | Piotr Jasiun | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Some helpful methods are missing:
- bender.stub, decorator for sinon.stub which will reset the stub method on
tearDown, - bender.spy, as above,
- assert.*, call sinon.assert.* and increment YUI assertion counter,
- maybe more, needs investigation.
