We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e2197 commit 23e9bcbCopy full SHA for 23e9bcb
packages/react-router/__tests__/Routes-test.tsx
@@ -1,8 +1,6 @@
1
import * as React from "react";
2
-import * as ReactDOM from "react-dom";
3
import { create as createTestRenderer } from "react-test-renderer";
4
import { MemoryRouter as Router, Routes, Route } from "react-router";
5
-import { act } from "react-dom/test-utils";
6
7
describe("A <Routes>", () => {
8
it("renders the first route that matches the URL", () => {
0 commit comments