Skip to content

Commit

Permalink
Update dev-packages/browser-integration-tests/utils/helpers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Gomez <[email protected]>
  • Loading branch information
billyvg and chargome committed Nov 20, 2024
1 parent 6664974 commit d124fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/browser-integration-tests/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export function shouldSkipMetricsTest(): boolean {
* - NPM (ESM, CJS)
* - Not CDNs.
*
* @returns `true` if we should skip the launchdarkly test
* @returns `true` if we should skip the feature flag test
*/
export function shouldSkipFeatureFlagsTest(): boolean {
const bundle = process.env.PW_BUNDLE as string | undefined;
Expand Down

0 comments on commit d124fef

Please sign in to comment.