Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBlomgren committed Mar 20, 2019
1 parent 569894d commit a3d1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/number.test.js
Expand Up @@ -292,7 +292,7 @@ describe('<Number />', () => {
});
});

describe.only('a11y', () => {
describe('a11y', () => {
const render = props => shallow(<Number.WrappedComponent intl={intl} valueClass="value" {...props} />);
const findA11ySpan = component => component.find(VisuallyHidden).dive();
it('should render a a11y-friendly number', () => {
Expand Down

0 comments on commit a3d1c0b

Please sign in to comment.