Skip to content

Commit fd681db

Browse files
committed
lint
1 parent 3c37188 commit fd681db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/browser/test/tracekit/chromium.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,13 +783,11 @@ describe('Tracekit - Chrome Tests', () => {
783783
{
784784
filename: '<data:application/javascript>',
785785
function: 'dynamicFn',
786-
}
787-
]
786+
},
787+
],
788788
},
789789
type: 'Error',
790790
value: 'Error from data-uri module',
791791
});
792792
});
793793
});
794-
795-

0 commit comments

Comments
 (0)