Procházet zdrojové kódy

Remove describe.only

bubble
Kyle Shockey před 6 roky
rodič
revize
531d0337ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/core/plugins/auth/selectors.js

+ 1
- 1
test/core/plugins/auth/selectors.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit