1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/feature/view/__tests__/__snapshots__/update-strategies-component-test.jsx.snap
Ivar Conradi Østhus 00f411d9d2 fix: UX should not eagerly store strategy updates! (#240)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-02-09 10:14:04 +01:00

28 lines
626 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`render the create feature page 1`] = `
<section>
<Connect(StrategiesList)
addStrategy={[MockFunction]}
configuredStrategies={
Array [
Object {
"name": "default",
},
]
}
editable={true}
featureToggleName="some-toggle"
initCallRequired={false}
moveStrategy={[MockFunction]}
onCancel={[MockFunction]}
onSubmit={[MockFunction]}
removeStrategy={[MockFunction]}
setValue={[MockFunction]}
title="title"
updateStrategy={[MockFunction]}
validateName={[MockFunction]}
/>
</section>
`;