Ver código fonte

Remove describe.only

bubble
Kyle Shockey 6 anos atrás
pai
commit
531d0337ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test/core/plugins/auth/selectors.js

+ 1
- 1
test/core/plugins/auth/selectors.js Ver arquivo

@@ -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 = {


Carregando…
Cancelar
Salvar