Opened 10 years ago
Last modified 10 years ago
#13007 confirmed New Feature
Integrate ckeditor tests with sinon
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
Some helpful methods are missing (we could add them ourselves in the future):
- 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.
Change History (1)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |