1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

fix: tests

This commit is contained in:
Ivar Conradi Østhus 2020-08-07 11:27:49 +02:00
parent 5844c488f3
commit 3ecdab8583
3 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,7 @@ exports[`renders correctly with one feature 1`] = `
</react-mdl-MenuItem>
<react-mdl-MenuItem
data-target="stale"
disabled={false}
>
Mark toggle as Stale
</react-mdl-MenuItem>
@ -190,6 +191,7 @@ exports[`renders correctly with one feature 1`] = `
"description": "another's description",
"enabled": false,
"name": "Another",
"stale": false,
"strategies": Array [
Object {
"name": "gradualRolloutRandom",
@ -208,6 +210,7 @@ exports[`renders correctly with one feature 1`] = `
"description": "another's description",
"enabled": false,
"name": "Another",
"stale": false,
"strategies": Array [
Object {
"name": "gradualRolloutRandom",

View File

@ -12,6 +12,7 @@ test('renders correctly with one feature', () => {
name: 'Another',
description: "another's description",
enabled: false,
stale: false,
strategies: [
{
name: 'gradualRolloutRandom',
@ -46,6 +47,7 @@ test('renders correctly with one feature without permission', () => {
name: 'Another',
description: "another's description",
enabled: false,
stale: false,
strategies: [
{
name: 'gradualRolloutRandom',

View File

@ -17,6 +17,7 @@ test('renders correctly with one feature', () => {
name: 'Another',
description: "another's description",
enabled: false,
stale: false,
type: 'release',
strategies: [
{