Bladeren bron

Remove describe.only

bubble
Kyle Shockey 6 jaren geleden
bovenliggende
commit
531d0337ac
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      test/core/plugins/auth/selectors.js

+ 1
- 1
test/core/plugins/auth/selectors.js Bestand weergeven

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


Laden…
Annuleren
Opslaan