Answers for "jest global window object"

1

jest global window object

For any future googlers: global is window. So if you want to use the window object, don't use global.window — just use global.
Posted by: Guest on July-23-2021

Browse Popular Code Answers by Language