From b3c549055d2c5996b27a962b3c418e8e642b191f Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Thu, 30 Nov 2017 15:58:26 -0800 Subject: [PATCH] Remove `describe.only` --- test/core/plugins/oas3/state-integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/plugins/oas3/state-integration.js b/test/core/plugins/oas3/state-integration.js index 04f70907..6ce69da5 100644 --- a/test/core/plugins/oas3/state-integration.js +++ b/test/core/plugins/oas3/state-integration.js @@ -15,7 +15,7 @@ import { setServerVariableValue, } from "corePlugins/oas3/actions" -describe.only("OAS3 plugin - state", function() { +describe("OAS3 plugin - state", function() { describe("action + reducer + selector integration", function() { describe("selectedServer", function() { it("should set and get a global selectedServer", function() {