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