mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-26 15:19:38 -04:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
// Fix `ReferenceError: self is not defined`
|
|
// when importing picogl in tests
|
|
globalThis.self = {};
|