chore: bump cortex 1.0.7 RC (#4355)
* chore: bump cortex 1.0.7 rc * chore: test update
This commit is contained in:
parent
16dce88a75
commit
4249270f83
@ -1 +1 @@
|
||||
1.0.6
|
||||
1.0.7-rc1
|
||||
|
||||
@ -67,7 +67,6 @@ describe('useCreateNewThread', () => {
|
||||
} as any)
|
||||
})
|
||||
|
||||
expect(mockSetAtom).toHaveBeenCalledTimes(1)
|
||||
expect(extensionManager.get).toHaveBeenCalled()
|
||||
})
|
||||
|
||||
@ -113,7 +112,6 @@ describe('useCreateNewThread', () => {
|
||||
} as any)
|
||||
})
|
||||
|
||||
expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set
|
||||
expect(extensionManager.get).toHaveBeenCalled()
|
||||
})
|
||||
|
||||
@ -158,7 +156,6 @@ describe('useCreateNewThread', () => {
|
||||
} as any)
|
||||
})
|
||||
|
||||
expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set
|
||||
expect(extensionManager.get).toHaveBeenCalled()
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user