Skip to content

Commit 08a8b41

Browse files
committed
Remove .only in test.
1 parent de3a02e commit 08a8b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/performance/src/services/oob_resources_service.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ describe('Firebase Performance > oob_resources_service', () => {
185185
api.onFirstInputDelay = undefined;
186186
});
187187

188-
// eslint-disable-next-line no-restricted-properties
189-
describe.only('setupOobResources', () => {
188+
describe('setupOobResources', () => {
190189
it('does not start if there is no iid', () => {
191190
getIidStub.returns(undefined);
192191
setupOobResources(performanceController);

0 commit comments

Comments
 (0)