Skip to content

Commit

Permalink
Remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Nov 7, 2017
1 parent 8f7b582 commit 531d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/plugins/auth/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 531d033

Please sign in to comment.