소스 검색

Remove describe.only

bubble
Kyle Shockey 6 년 전
부모
커밋
531d0337ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/core/plugins/auth/selectors.js

+ 1
- 1
test/core/plugins/auth/selectors.js 파일 보기

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


불러오는 중...
취소
저장