Skip to content

Commit

Permalink
test(sanity): re-add checkoutPair tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Nov 21, 2024
1 parent dbdee62 commit 4c753b3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ beforeEach(() => {
vi.clearAllMocks()
})

// TODO: Restore this test
describe.skip('checkoutPair -- local actions', () => {
describe('checkoutPair -- local actions', () => {
test('patch', async () => {
const {draft, published} = checkoutPair(client as any as SanityClient, idPair, of(false))
const combined = merge(draft.events, published.events)
Expand Down Expand Up @@ -215,8 +214,7 @@ describe.skip('checkoutPair -- local actions', () => {
})
})

// TODO: Restore this test
describe.skip('checkoutPair -- server actions', () => {
describe('checkoutPair -- server actions', () => {
test('patch', async () => {
const {draft, published} = checkoutPair(client as any as SanityClient, idPair, of(true))
const combined = merge(draft.events, published.events)
Expand Down

0 comments on commit 4c753b3

Please sign in to comment.