mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	ES6 and TS modules don’t insert themselves into `window`, so our tests shouldn’t insert them either. Since the test `window` behaves like `global` now, we can rely on legacy modules that do insert themselves to do it themselves. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>