Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / window / index.ts
blobfea36c8219964a775531c78bcba4fc20c837cb62
1 /*
2  * Need to keep a reference of the window object so that we can mock it during unit tests.
3  * In order to avoid breaking non-window contexts (ie: service workers) expose the globalThis object
4  */
5 export default globalThis;