We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ba65b commit fb0bf05Copy full SHA for fb0bf05
dev-packages/browser-integration-tests/utils/helpers.ts
@@ -278,7 +278,7 @@ export function shouldSkipMetricsTest(): boolean {
278
* - NPM (ESM, CJS)
279
* - Not CDNs.
280
*
281
- * @returns `true` if we should skip the launchdarkly test
+ * @returns `true` if we should skip the feature flags test
282
*/
283
export function shouldSkipFeatureFlagsTest(): boolean {
284
const bundle = process.env.PW_BUNDLE as string | undefined;
0 commit comments