Remove describe.only

This commit is contained in:
Kyle Shockey
2017-11-30 15:58:26 -08:00
parent efd02106a2
commit b3c549055d

View File

@@ -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() {