Update test
This commit is contained in:
parent
45c0febdad
commit
0c31c732e8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## 1.2.5
|
||||
|
||||
- Triangles!
|
||||
- Improves selection logic.
|
||||
|
||||
## 1.2.4
|
||||
|
||||
- Fixes bug with `onPersist`.
|
||||
|
|
|
@ -11,7 +11,7 @@ describe('Brush session', () => {
|
|||
.movePointer([48, 48])
|
||||
.completeSession()
|
||||
expect(app.status).toBe(TDStatus.Idle)
|
||||
expect(app.selectedIds.length).toBe(2)
|
||||
expect(app.selectedIds.length).toBe(1)
|
||||
})
|
||||
|
||||
it('selects multiple shapes', () => {
|
||||
|
|
Loading…
Reference in a new issue