Remove describe.only

This commit is contained in:
Kyle Shockey
2017-11-06 22:13:29 -08:00
parent 8f7b582f95
commit 531d0337ac

View File

@@ -3,7 +3,7 @@ import expect from "expect"
import { fromJS } from "immutable"
import { definitionsToAuthorize, definitionsForRequirements } from "corePlugins/auth/selectors"
describe.only("auth plugin - selectors", () => {
describe("auth plugin - selectors", () => {
describe("definitionsToAuthorize", () => {
it("should return securityDefinitions as a List", () => {
const securityDefinitions = {