mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Add descriptions to featuresMock
This commit is contained in:
parent
599eee014a
commit
7419e06986
@ -1,11 +1,13 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
"name": "featureX",
|
"name": "featureX",
|
||||||
|
"description": "the #1 feature",
|
||||||
"status": "on",
|
"status": "on",
|
||||||
"strategy": "default"
|
"strategy": "default"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "featureY",
|
"name": "featureY",
|
||||||
|
"description": "soon to be the #1 feature",
|
||||||
"status": "off",
|
"status": "off",
|
||||||
"strategy": "baz",
|
"strategy": "baz",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
@ -14,6 +16,7 @@ module.exports = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "featureZ",
|
"name": "featureZ",
|
||||||
|
"description": "terrible feature",
|
||||||
"status": "on",
|
"status": "on",
|
||||||
"strategy": "baz",
|
"strategy": "baz",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
Loading…
Reference in New Issue
Block a user