Skip to content

Commit c50a223

Browse files
committed
add fake tests to test notify entire team
1 parent 2ea2769 commit c50a223

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

ab-testing/config/abTests.ts

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,40 @@ const ABTests: ABTest[] = [
5959
shouldForceMetricsCollection: true,
6060
},
6161
{
62-
name: "commercial-test-charlotte",
63-
description: "Testing",
64-
owners: ["[email protected]"],
62+
name: "commercial-test-expired",
63+
description: "Example expired test",
64+
owners: ["[email protected]"],
6565
expirationDate: "2025-12-31",
6666
type: "client",
6767
status: "ON",
6868
audienceSize: 0 / 100,
6969
audienceSpace: "B",
7070
groups: ["control", "variant"],
71-
shouldForceMetricsCollection: true,
71+
shouldForceMetricsCollection: false,
72+
},
73+
{
74+
name: "commercial-test-expires-today",
75+
description: "Example test expiring at midnight tonight",
76+
owners: ["[email protected]"],
77+
expirationDate: "2026-01-06",
78+
type: "client",
79+
status: "ON",
80+
audienceSize: 0 / 100,
81+
audienceSpace: "B",
82+
groups: ["control", "variant"],
83+
shouldForceMetricsCollection: false,
84+
},
85+
{
86+
name: "commercial-test-expires-tomorrow",
87+
description: "Example test expiring at midnight tomorrow",
88+
owners: ["[email protected]"],
89+
expirationDate: "2026-01-07",
90+
type: "client",
91+
status: "ON",
92+
audienceSize: 0 / 100,
93+
audienceSpace: "B",
94+
groups: ["control", "variant"],
95+
shouldForceMetricsCollection: false,
7296
},
7397
];
7498

0 commit comments

Comments
 (0)