Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Olsen committed Oct 30, 2018
1 parent 45b3a1e commit e00bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rating/__tests__/Rating.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('sizes', () => {
});
});

describe.only('behavior', () => {
describe('behavior', () => {
it('should call onRate with correct values when a rating is selected', () => {
const handleRate = jest.fn();
const { getByLabelText } = render(<Rating onRate={handleRate} />);
Expand Down

0 comments on commit e00bac9

Please sign in to comment.