mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
28 lines
626 B
Plaintext
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>
|
|
`;
|