You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
Summary
The
mock-fspackage is incompatible with Node v20, which causes unit tests in theaura-language-serverandlightning-lsp-commonto fail.It looks like there's a draft PR in
mock-fsto support Node v20 but progress seems to be slow.A potential replacement is
memfs, although there's some extra plumbing that needs to happen to make it compatible with existing tests.Steps To Reproduce:
Expected result
No test failures
Actual result
Test failures