1
0
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:
Jari Bakken 2014-10-21 18:56:47 +02:00
parent 599eee014a
commit 7419e06986

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