mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +02:00
not finished
This commit is contained in:
3
packages/scripts/test-setup.js
Normal file
3
packages/scripts/test-setup.js
Normal file
@@ -0,0 +1,3 @@
|
||||
global.requestAnimationFrame = (cb) => {
|
||||
setTimeout(cb, 0);
|
||||
};
|
||||
Reference in New Issue
Block a user