Remove it.only from new test

This commit is contained in:
Owen Conti
2017-09-12 23:09:21 -06:00
parent cade5100e0
commit ef99b7e434

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)