瀏覽代碼

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


Loading…
取消
儲存