mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
add test
This commit is contained in:
@@ -20,6 +20,13 @@ globalThis.LogWatcher = new Proxy({}, { get: () => noopAsync });
|
||||
globalThis.Discord = new Proxy({}, { get: () => noopAsync });
|
||||
globalThis.AssetBundleManager = new Proxy({}, { get: () => noopAsync });
|
||||
|
||||
// ResizeObserver polyfill (needed by @dnd-kit/vue at import time)
|
||||
globalThis.ResizeObserver ??= class {
|
||||
observe() {}
|
||||
unobserve() {}
|
||||
disconnect() {}
|
||||
};
|
||||
|
||||
// Browser API stubs not available in jsdom
|
||||
globalThis.speechSynthesis = {
|
||||
getVoices: () => [],
|
||||
|
||||
Reference in New Issue
Block a user