Add isActive to testSettings
This commit is contained in:
parent
6fcfe140f0
commit
c128852818
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ function setupMocks({ experimentSettings }) {
|
|||
const mockExperimentData = [
|
||||
{
|
||||
settings: experimentSettings ?? testExperimentSettings,
|
||||
isActive: true,
|
||||
variationName: 'test',
|
||||
universeName: 'testUniverse'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue