Stub feature flags before specs executes
Feature flags are stubbed as true by default during tests. The stub creation can occur after spec code has already executed. This MR stubs all feature flags to true before any spec code can execute.
Showing
Please register or sign in to comment