driver to user id
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* Run with: npm test -- feature-loader.test.ts
|
||||
*/
|
||||
|
||||
import { describe, it, expect, beforeAll, beforeEach } from 'vitest';
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
import { loadFeatureConfig, isFeatureEnabled, getFeatureState, getAllFeatures } from './feature-loader';
|
||||
import { FlattenedFeatures, FeatureState } from './feature-types';
|
||||
import { FlattenedFeatures } from './feature-types';
|
||||
|
||||
describe('Feature Flag Configuration', () => {
|
||||
const originalEnv = process.env.NODE_ENV;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Integration test to verify the feature flag system works end-to-end
|
||||
*/
|
||||
|
||||
import { describe, it, expect, beforeAll } from 'vitest';
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { loadFeatureConfig, isFeatureEnabled, getFeatureState } from './feature-loader';
|
||||
|
||||
describe('Feature Flag Integration Test', () => {
|
||||
|
||||
Reference in New Issue
Block a user