Skip to content

Commit 46a1d43

Browse files
missing test cleanup
1 parent eb5a2ab commit 46a1d43

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/core/test/tools/sentryMetroSerializer.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,6 @@ describe('Sentry Metro Serializer', () => {
250250
const [entryPoint, preModules, graph, options] = mockMinSerializerArgs();
251251
const result = serializer(entryPoint, preModules, graph, options);
252252

253-
// The serializer returns either a string (hot mode) or {code, map}
254-
// if (typeof result === 'string') {
255-
// // Hot mode: returns just code
256-
// expect(typeof result).toBe('string');
257-
// } else {
258-
// Non-hot mode: returns {code, map}
259253
expect(result).toHaveProperty('code');
260254
expect(result).toHaveProperty('map');
261255
expect(typeof result.code).toBe('string');

0 commit comments

Comments
 (0)