Remove .only from utils test

This commit is contained in:
Owen Conti
2017-09-17 09:48:26 -06:00
parent b855c25406
commit f63f022e0c

View File

@@ -583,7 +583,7 @@ describe("utils", function() {
}) })
}) })
describe.only("getAcceptControllingResponse", () => { describe("getAcceptControllingResponse", () => {
it("should return the first 2xx response with a media type", () => { it("should return the first 2xx response with a media type", () => {
const responses = fromJSOrdered({ const responses = fromJSOrdered({
"200": { "200": {