Skip to content

Commit fb0bf05

Browse files
authored
Update dev-packages/browser-integration-tests/utils/helpers.ts
1 parent c4ba65b commit fb0bf05

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/utils

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export function shouldSkipMetricsTest(): boolean {
278278
* - NPM (ESM, CJS)
279279
* - Not CDNs.
280280
*
281-
* @returns `true` if we should skip the launchdarkly test
281+
* @returns `true` if we should skip the feature flags test
282282
*/
283283
export function shouldSkipFeatureFlagsTest(): boolean {
284284
const bundle = process.env.PW_BUNDLE as string | undefined;

0 commit comments

Comments
 (0)