From 075c94f68c230bc911fe65e998b3922fda81b12f Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Sat, 21 Oct 2017 11:13:01 -0700 Subject: [PATCH] Remove `describe.only` --- test/core/plugins/oas3/wrap-auth-selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/plugins/oas3/wrap-auth-selectors.js b/test/core/plugins/oas3/wrap-auth-selectors.js index 1687d767..5c94417f 100644 --- a/test/core/plugins/oas3/wrap-auth-selectors.js +++ b/test/core/plugins/oas3/wrap-auth-selectors.js @@ -5,7 +5,7 @@ import { definitionsToAuthorize } from "corePlugins/oas3/auth-extensions/wrap-selectors" -describe.only("oas3 plugin - auth extensions - wrapSelectors", function(){ +describe("oas3 plugin - auth extensions - wrapSelectors", function(){ describe("execute", function(){