Skip to content

Commit

Permalink
feat: Add migration configuration and basic migration. (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jul 26, 2023
1 parent b78c95f commit b48f847
Show file tree
Hide file tree
Showing 7 changed files with 978 additions and 2 deletions.
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

0 comments on commit b48f847

Please sign in to comment.