Skip to content

Commit

Permalink
test: fix test coverage issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 17, 2023
1 parent 2968b7a commit 9e1bb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react-hotkeys.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react'
// import ReactDOM from 'react-dom'
import { createRoot } from 'react-dom/client';
import TestRenderer from 'react-test-renderer';
import Hotkeys from '../';
import Hotkeys from '../src';


describe('<Hotkeys /> Basic test.', () => {
Expand Down

0 comments on commit 9e1bb80

Please # to comment.