Skip to content

Commit 3ce415e

Browse files
committed
fix: Remove 'only' clause from tests
1 parent f061890 commit 3ce415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/test/integrations/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ describe('wrap()', () => {
180180
}
181181
});
182182

183-
it.only('internal flags shouldnt be enumerable', () => {
183+
it('internal flags shouldnt be enumerable', () => {
184184
const fn = (() => 1337) as SentryWrappedFunction;
185185
const wrapped = wrap(fn);
186186

0 commit comments

Comments
 (0)