update test

This commit is contained in:
Greg Thompson
2017-12-08 10:20:55 -06:00
parent f21601b0e8
commit 05fd5b354d

View File

@@ -3,11 +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 Operations from "components/operations"
import {Collapse} from "components/layout-utils"
const components = {
Collapse,
DeepLinkingLink,
OperationContainer: ({ path, method }) => <span className="mocked-op" id={`${path}-${method}`} />
}