Skip to content

Commit f63f022

Browse files
committed
Remove .only from utils test
1 parent b855c25 commit f63f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ describe("utils", function() {
583583
})
584584
})
585585

586-
describe.only("getAcceptControllingResponse", () => {
586+
describe("getAcceptControllingResponse", () => {
587587
it("should return the first 2xx response with a media type", () => {
588588
const responses = fromJSOrdered({
589589
"200": {

0 commit comments

Comments
 (0)