Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Sep 26, 2023
1 parent 2da5e0a commit 110592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/result.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('makeResult', () => {
});
});

describe.only('mergeResultPatch (defer/stream latest', () => {
describe('mergeResultPatch (defer/stream latest', () => {
it('should read pending and append the result', () => {
const pending = [{ id: '0', path: [] }];
const prevResult: OperationResult = {
Expand Down

0 comments on commit 110592e

Please sign in to comment.