Skip to content

Commit

Permalink
chore: remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 11, 2022
1 parent d91a659 commit feba5d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,6 @@ test("#888 patch to a primitive produces the primitive", () => {
expect(patches).toEqual([{op: "replace", path: [], value: undefined}])
}
{
debugger
const [res, patches] = produceWithPatches(null, draft => nothing)
expect(res).toEqual(undefined)
expect(patches).toEqual([{op: "replace", path: [], value: undefined}])
Expand Down

0 comments on commit feba5d1

Please sign in to comment.