Skip to content

Commit e2e8adb

Browse files
chaancemjackson
authored andcommitted
un-comment assertion
1 parent aca7a30 commit e2e8adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dom/__tests__/link-href-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe("Link href", () => {
213213
let anchor = renderer.root.findByType("a");
214214

215215
expect(anchor).not.toBeNull();
216-
// expect(anchor.props.href).toEqual("/app/about");
216+
expect(anchor.props.href).toEqual("/app/about");
217217
});
218218
});
219219
});

0 commit comments

Comments
 (0)