Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 2, 2018
1 parent c145775 commit 32710af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe("base", () => {
})

it("should return the original without modifications", () => {
debugger
const nextState = immer(baseState, () => {})
expect(nextState).toBe(baseState)
})
Expand Down

0 comments on commit 32710af

Please sign in to comment.