Skip to content

Commit 13c5a27

Browse files
committed
chore: fix test
1 parent 9b975a0 commit 13c5a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/main.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test('with debounce', async function () {
4747
})
4848
}
4949

50-
let change: () => void
50+
let change: () => void = () => {}
5151

5252
const App: FC = function (props) {
5353
const [x, setX] = useState(1)

0 commit comments

Comments
 (0)