mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-27 15:46:18 +00:00
Fix typechecks
This commit is contained in:
@@ -11,7 +11,7 @@ describe('<DeleteServerButton />', () => {
|
||||
const setUp = (children: ReactNode = 'Remove this server') => {
|
||||
const history = createMemoryHistory({ initialEntries: ['/foo'] });
|
||||
const result = renderWithStore(
|
||||
<Router location={history.location} navigator={history}>
|
||||
<Router location={history.location} navigator={history} unstable_useTransitions={false}>
|
||||
<DeleteServerButton server={fromPartial({})}>{children}</DeleteServerButton>
|
||||
</Router>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user