Skip to content

Commit

Permalink
[Tests] remove mistakenly committed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored and ljharb committed Aug 9, 2018
1 parent eb0841d commit 18616fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-test-suite/test/ShallowWrapper-spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ describe('shallow', () => {
expect(wrapper.find('.bar')).to.have.lengthOf(1);
});

describe.only('merging props', () => {
describe('merging props', () => {
it('merges, not replaces, props when rerendering', () => {
class Foo extends React.Component {
render() {
Expand Down

0 comments on commit 18616fd

Please sign in to comment.