Remove .only from utils test
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user