1
0
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:
Jari Bakken 2014-10-21 18:56:47 +02:00 committed by Ivar Conradi Østhus
parent b55aa5ad7f
commit 784a471a06

View File

@ -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": {