Skip to content

Commit 22dee84

Browse files
committed
trigger ci
1 parent 9b492df commit 22dee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Option.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Mentions from '../src';
55
const { Option } = Mentions;
66

77
describe('Option', () => {
8-
// Option is a placeholder component. Should render nothing.
8+
// Option is a placeholder component. It should render nothing.
99
it('should be empty', () => {
1010
const wrapper = mount(<Option>Nothing</Option>);
1111
expect(wrapper.instance()).toBe(null);

0 commit comments

Comments
 (0)