Skip to content

Commit 3ba7922

Browse files
committed
feat: add test
1 parent 3b52e85 commit 3ba7922

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"configuration": {
4+
"emptySearch": {
5+
"exclude": true
6+
},
7+
"minimumDetectableEffect": {
8+
"size": 0.03,
9+
"metric": "conversionrate"
10+
}
11+
},
12+
"variants": [
13+
{
14+
"index": "AB_TEST_1",
15+
"trafficPercentage": 50
16+
},
17+
{
18+
"index": "AB_TEST_2",
19+
"trafficPercentage": 50
20+
}
21+
]
22+
}
23+
]

0 commit comments

Comments
 (0)