mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Add descriptions to featuresMock
This commit is contained in:
parent
b55aa5ad7f
commit
784a471a06
@ -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