Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add migration configuration and basic migration. #213

Merged
merged 10 commits into from
Jul 26, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('given an LDClient with test data', () => {
LDMigrationStage.DualWrite,
LDMigrationStage.Shadow,
LDMigrationStage.Live,
LDMigrationStage.Rampdown,
LDMigrationStage.RampDown,
LDMigrationStage.Complete,
])('returns the default value if the flag does not exist: default = %p', async (stage) => {
const res = await client.variationMigration('no-flag', { key: 'test-key' }, stage);
Expand Down
Loading