Browse Source

Remove `it.only` from new test

bubble
Owen Conti 7 years ago
parent
commit
ef99b7e434
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/components/response.js

+ 1
- 1
test/components/response.js View File

@@ -46,7 +46,7 @@ describe("<Response />", function() {
code: "200"
}

it.only("renders the model-example schema properties in order", function() {
it("renders the model-example schema properties in order", function() {
const wrapper = shallow(<Response {...props}/>)
const renderedModelExample = wrapper.find(ModelExample)
expect(renderedModelExample.length).toEqual(1)


Loading…
Cancel
Save