mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
When do assertion, you need not to provide all options
somethings like
```
button.assert({
width: container.width
} );
```
is also ok from official doc.