Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Sep 21, 2019
1 parent 86f7cc8 commit 62ad031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/use-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const React = require('react');
const {render, useInput, AppContext} = require('../..');

const UserInput = ({ test }) => {
const UserInput = ({test}) => {
const {exit} = React.useContext(AppContext);

useInput((input, key) => {
Expand Down

0 comments on commit 62ad031

Please sign in to comment.