Skip to content

Commit

Permalink
Merge branch 'main' into tobbe-chore-upgrade-react-testing-library-14…
Browse files Browse the repository at this point in the history
….3.1
  • Loading branch information
Tobbe authored Apr 25, 2024
2 parents 201be5c + 0f62933 commit b5a1267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/router/src/__tests__/useRoutePaths.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/** @jest-environment jsdom */
import React from 'react'

import { render } from '@testing-library/react'
import { act } from 'react-dom/test-utils'
import { render, act } from '@testing-library/react'

import { navigate } from '../history'
import { Route } from '../Route'
Expand Down

0 comments on commit b5a1267

Please sign in to comment.