Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Mar 21, 2020
1 parent 604ba29 commit dd83a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ it('should drag', () => {
/**
* If you've updated the state correctly,
* the elements will automatically be
* reordered as expected.
* updated to reflect the new order.
**/
const newFirst = getAllByTestId(/item/i)[0];
expect(newFirst.textContent).toBe(second.textContent);
Expand Down

0 comments on commit dd83a12

Please # to comment.