Skip to content

Commit 6e41106

Browse files
committed
useKeyDownHandlers: update to use testutils
1 parent e8ba7b8 commit 6e41106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/common/useKeyDownHandlers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { render } from '@testing-library/react';
2+
import { render } from '../test-utils';
33
import { useKeyDownHandlers } from './useKeyDownHandlers';
44
import { isMac } from '../utils/device';
55

0 commit comments

Comments
 (0)