Skip to content

Commit fb17f47

Browse files
lforstAbhiPrasad
andauthored
Remove .only from test
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 26093ac commit fb17f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/test/normalize.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ describe('normalize()', () => {
506506
});
507507
});
508508

509-
describe.only('skips normalizing objects marked with a non-enumerable property __sentry_skip_normalization__', () => {
509+
describe('skips normalizing objects marked with a non-enumerable property __sentry_skip_normalization__', () => {
510510
test('by leaving non-serializable values intact', () => {
511511
const someFun = () => undefined;
512512
const alreadyNormalizedObj = {

0 commit comments

Comments
 (0)