Merge branch 'master' into master

This commit is contained in:
kyle
2017-12-15 18:22:07 -08:00
committed by GitHub
14 changed files with 127 additions and 65 deletions

View File

@@ -3,11 +3,13 @@ import React from "react"
import expect, { createSpy } from "expect"
import { render } from "enzyme"
import { fromJS } from "immutable"
import DeepLink from "components/deep-link"
import Operations from "components/operations"
import {Collapse} from "components/layout-utils"
const components = {
Collapse,
DeepLink,
OperationContainer: ({ path, method }) => <span className="mocked-op" id={`${path}-${method}`} />
}