fix test
This commit is contained in:
parent
eff428a449
commit
af1ef42dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { describe, expect, jest, test } from '@jest/globals';
|
||||
|
||||
import FeatureFlagsStore from 'App/mstore/FeatureFlagsStore';
|
||||
import FeatureFlagsStore from 'App/mstore/featureFlagsStore';
|
||||
import FeatureFlag from 'App/mstore/types/FeatureFlag';
|
||||
|
||||
const mockFlags = [{ featureFlagId: 1 }, { featureFlagId: 2 }];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue