Skip to content

Commit

Permalink
chore: remove it.only in test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengummer authored and FezVrasta committed Aug 1, 2017
1 parent 7d6a885 commit af453dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('allows to define a custom component', () => {
expect(toJson(wrapper)).toMatchSnapshot();
});

it.only('applies aria attributes to <object> to avoid screenreader issues', () => {
it('applies aria attributes to <object> to avoid screenreader issues', () => {
const object = mount(
<ResizeAware />
).find('object');
Expand Down

0 comments on commit af453dd

Please sign in to comment.