Add tests for dock sizing behavior

This commit is contained in:
Matthew Dapena-Tretter
2017-04-15 11:50:41 -07:00
parent f6b20cd31c
commit d40a14be29
2 changed files with 120 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ module.exports = class Dock {
})
this.state = {
size: null,
visible: false,
shouldAnimate: false
}