Merge remote-tracking branch 'origin/dev' into todo-dock-motion
# Conflicts: # packages/app/package.json # packages/app/src/pages/session.tsx # packages/app/src/pages/session/composer/session-composer-region.tsx
This commit is contained in:
commit
1084cd96ac
108 changed files with 6879 additions and 920 deletions
|
|
@ -15,7 +15,6 @@ test("snaps spring progress when the session changes", async () => {
|
|||
expect(state.progress()).toBe(0)
|
||||
|
||||
state.setSession("session-b")
|
||||
await Bun.sleep(0)
|
||||
expect(state.progress()).toBe(1)
|
||||
state.dispose()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue