79141525

Date: 2024-10-30 14:32:29
Score: 1.5
Natty:
Report link

Had to add it into one of my Jest setupFiles after a mswjs bump from 2.5.0 to 2.6.0 because of the same error. Did it like this thanks to Juraj :

import {
  BroadcastChannel
} from 'worker_threads'

Reflect.set(globalThis, 'BroadcastChannel', BroadcastChannel)
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NSSM