DeepLink feedback

This commit is contained in:
Greg Thompson
2017-12-11 14:27:28 -06:00
parent 05fd5b354d
commit d2e931f3e1
6 changed files with 30 additions and 30 deletions

View File

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