From 21178e91073d708d43c5833a02518421ee578528 Mon Sep 17 00:00:00 2001 From: HelderSepu Date: Sat, 21 Oct 2017 13:04:21 -0400 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(){