Skip to content

Commit 988b3b7

Browse files
committed
fix e2e tests
Signed-off-by: Michael Beemer <[email protected]>
1 parent 07536fb commit 988b3b7

File tree

1 file changed

+0
-4
lines changed
  • libs/providers/flagd-web/src/e2e/step-definitions

1 file changed

+0
-4
lines changed

libs/providers/flagd-web/src/e2e/step-definitions/flag.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export const flagStepDefinitions: StepDefinitions = ({ given, and, when, then })
2323
});
2424
});
2525

26-
beforeEach(() => {
27-
context = {};
28-
});
29-
3026
given('a provider is registered', () => undefined);
3127
given('a flagd provider is set', () => undefined);
3228

0 commit comments

Comments
 (0)