Skip to content

Commit 0b61d86

Browse files
committed
Test formatting
1 parent fa773bb commit 0b61d86

File tree

2 files changed

+2
-2
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/featureFlags/statsig

2 files changed

+2
-2
lines changed

dev-packages/browser-integration-tests/suites/integrations/featureFlags/statsig/basic/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { sentryTest } from '../../../../../utils/fixtures';
44

55
import { envelopeRequestParser, shouldSkipFeatureFlagsTest, waitForErrorRequest } from '../../../../../utils/helpers';
66

7-
import { FLAG_BUFFER_SIZE } from '../../constants'
7+
import { FLAG_BUFFER_SIZE } from '../../constants';
88

99
sentryTest('Basic test with eviction, update, and no async tasks', async ({ getLocalTestUrl, page }) => {
1010
if (shouldSkipFeatureFlagsTest()) {

dev-packages/browser-integration-tests/suites/integrations/featureFlags/statsig/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MockStatsigClient {
1111
}
1212

1313
checkGate(name) {
14-
const value = this._mockGateValues[name] || false; // unknown features default to false.
14+
const value = this._mockGateValues[name] || false; // unknown features default to false.
1515
this._gateEvaluationListeners.forEach(listener => {
1616
listener({ gate: { name, value } });
1717
});

0 commit comments

Comments
 (0)